A
Q. 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);
}
}
- Correct Answer - Option(D)
- Views: 18
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.