InterviewSolution
Saved Bookmarks
| 1. |
What Is While ? |
|
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. 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. |
|