What will be the output of the program?
public class Test{ public static void main(String [] args){ String s1 = args[1]; String s2 = args[2]; String s3 = args[3]; String s4 = args[4]; System.out.print(" args[2] = " + s2); } }
and the command-line invocation is C:Java> java Test 1 2 3 4
A.args[2] = 2
B.args[2] = 3
C.args[2] = null
D.An exception is thrown at runtime.
Answers
Answered by
0
Hii dear here is your answer
option b is the correct answer
Hope it's help u
option b is the correct answer
Hope it's help u
Answered by
0
______✨ HEY MATE ✨_____
➡️Option (B) is the right answer ✔️
➡️Option (B) is the right answer ✔️
Similar questions
Science,
7 months ago
Art,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago
Biology,
1 year ago