The ________________ statement causes the program execution to stop and JVM to shut down.
Answer options
A
System.exit
B
break
C
return
D
exit
Correct answer: System.exit
Explanation
Quick AnswerThe correct answer is System.exit because it directly addresses the core logic of Java Programming.
Correct answer: System.exit.