What is while?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers