J2SE Question:
Download Questions PDF

What is for?

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?