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