Multiple Choice
To terminate a program,use the Java statement:
A) System.quit0) ;
B) System.end0) ;
C) System.abort0) ;
D) System.exit0) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Write an if-else statement to compute the
Q31: You may omit the else part of
Q32: The OR operator in Java is represented
Q33: A _ statement terminates the current iteration
Q34: A multi-way if-else statement<br>A)allows you to choose
Q36: Good debugging techniques include:<br>A)Inserting output statements in
Q37: What is short-circuit evaluation of Boolean expressions?
Q38: Boolean expressions are used to control branch
Q39: The three expressions at the start of
Q40: The for statement,do…while statement and while statement