DEVFYI - Developer Resource - FYI

What is while

J2SE Interview Questions and Answers


(Continued from previous question...)

What is while

A Java keyword used to declare a loop that iterates a block of statements. The loop's exit condition is specified as part of the while statement.

(Continued on next question...)

Other Interview Questions