Question: Java Question Please highlight the 1 correct option from 4 given at bottom Given this code, which command will output 2? class Main { public
Java Question
Please highlight the 1 correct option from 4 given at bottom
Given this code, which command will output "2"?
class Main {
public static void main(String[] args) {
System.out.println(args[2]);
}
}
-
java Main 1 "2" "2" 5
-
java Main 1 2 "3 4" 5
-
java Main 1 "2" "3 4" 5
-
java Main.class 1 "2" 2 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
