InterviewSolution
Saved Bookmarks
| 1. |
What Is Do ? |
|
Answer» A JAVA keyword used to DECLARE a loop that will ITERATE a block of statements. The loop's exit condition can be SPECIFIED with the while keyword. A Java keyword used to declare a loop that will iterate a block of statements. The loop's exit condition can be specified with the while keyword. |
|