Which Function Should Be Used To Exit From The Program That Is #1316
Which function should be used to exit from the program that is provided by System class?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Inbuilt Classes - OOPs MCQ: Inbuilt Classes - Quiz No.2.
Which function should be used to exit from the program that is provided by System class?
exit(int);
gc();
terminate();
halt();