A continue statement makes the execution jump to ______________.
Answer options
A
the end of the loop
B
the first statement of the loop
C
the next iteration of the loop
D
the statement just after continue
Correct answer: the next iteration of the loop
Explanation
Quick AnswerThe correct answer is the next iteration of the loop because it directly addresses the core logic of Java Programming.
This question has been retained as-is due to its unique context.