I went through an interview recently and they ask me two questions in core Java.
Q 1.
Can we write a java class with: public s
Can we write a java class with:
public s
One can not return a value from a Java main function. Programs can however return a status code.
Try the following to exit with an int status in Java System.exit(45)
System.exit(45)