DEVFYI - Developer Resource - FYI

Is exit a keyword in Java?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

554. Is exit a keyword in Java?

No. To exit a program explicitly you use exit method in System object.

(Continued on next question...)

Other Interview Questions