Multiple choice Which of the following is a keyword in Java? Delete Exit Main Continue Next Reveal answer Fill a bubble to check yourself D Correct answer Explanation Next is not a keyword in Java. Continue is a keyword in Java. Continue is used inside a loop to skip the current loop step and continue with the next loop step.