J2SE Question:
Download Questions PDF

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is wrapper?What is void?