DEVFYI - Developer Resource - FYI

What is for

J2SE Interview Questions and Answers


(Continued from previous question...)

76. What is for

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.

(Continued on next question...)

Other Interview Questions