Advertisements
Advertisements
प्रश्न
When break statement is applied, it terminates the loop.
पर्याय
True
False
MCQ
चूक किंवा बरोबर
उत्तर
This statement is True.
Explanation:
In Java (and other programming languages), the break command ends a loop immediately. When a break statement is met, the control departs the current loop and advances to the statement that follows the loop.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?