InterviewSolution
Saved Bookmarks
| 1. |
What Is For ? |
|
Answer» A Java KEYWORD USED to declare a LOOP that reiterates statements. The PROGRAMMER can specify the statements to be executed, EXIT conditions, and initialization variables for the loop. A Java keyword used to declare a loop that reiterates statements. The programmer can specify the statements to be executed, exit conditions, and initialization variables for the loop. |
|