Asked by Alyssa E McVey on Jun 23, 2024

verifed

Verified

Which of the following is NOT a reserved word in Java?

A) do
B) while
C) for
D) loop

Loop

A programming construct that repeats a block of code based on a specific condition, allowing for repetitive tasks to be automated.

  • Recognize reserved words in Java related to loop constructs.
verifed

Verified Answer

TA
Tetele AumuaJun 25, 2024
Final Answer :
D
Explanation :
"loop" is not a reserved word in Java.