In Java, which statement is used to exit a loop prematurely?
A. return
B. break
C. exit
D. close
Answer: Option B
A. return
B. break
C. exit
D. close
Answer: Option B
What is the purpose of the "if" statement in Java?
A. To execute a block of code conditionally
B. To create loops
C. To declare variables
D. To define methods
A. No output
B. Error
C. Hello
D. 5
Join The Discussion