Q. The break statement in Java is used to ___.

  • (A) Terminates from the loop immediately
  • (B) Terminates from the program immediately
  • (C) Skips the current iteration
  • (D) All of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Terminates from the loop immediately
Explanation: The break statement in Java is used to terminate from the loop immediately.
Explanation by: Team MCQ Buddy
The break statement in Java is used to terminate from the loop immediately.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
338
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
83%
Success Rate