Java Programming
primer-original-v2mediumJava Programming01 Introduction To Javaprimer-original-v2

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.

Related Java Programming questions

Practice more Java Programming questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.