J2SE Question:

What is while?

J2SE Interview Question
J2SE Interview Question

Answer:

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.


Previous QuestionNext Question
What is wrapper?What is void?