From Where Break Statement Causes An Exit #139
From where break statement causes an exit?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Operators Control Statements - Java Control Statements - Quiz No.1.
From where break statement causes an exit?
Only from innermost loop
Terminates a program
Only from innermost switch
From innermost loops or switches