From where break statement causes an exit?
(a) Only from innermost loop
(b) Terminates a program
(c) Only from innermost switch
(d) From innermost loops or switches
I got this question by my school principal while I was bunking the class.
This question is from Control Statements topic in section Operators and Control Statements of Java