The __________ method immediately terminates the program.
a. System.terminate(0);
b. System.halt(0);
c. System.exit(0);
d. System.quit(0);
e. System.stop(0);
c. System.exit(0);
System.exit(0) method can be used to terminate a program.
Computer Science & Information Technology