J2SE Question:

What is for?

J2SE Interview Question
J2SE Interview Question

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 QuestionNext Question
What is const?What is finally?