Vidyalelo
Java Programming · Q59

Interfaces and Abstract Classes

Programming · Java Programming · question 59

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board