J2SE Question:

Download Job Interview Questions and Answers PDF

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is const?What is finally?