Answer:
A Java keyword used to declare a loop that reiterates statements. The programmer can specify the statements to be executed, exit conditions, and initialization variables for the loop.
Previous Question | Next Question |
What is const? | What is finally? |