Q59
What will be the output of the following Java program? import java.lang.System; class Output public static void main(String args[]) System.exit(5);
A.
0
B.
1
C.
4
D.
5
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board