

MCQOPTIONS
Saved Bookmarks
1. |
Which function should be used to exit from the program that is provided by System class? |
A. | exit(int); |
B. | gc(); |
C. | terminate(); |
D. | halt(); |
Answer» B. gc(); | |