Answers

Question and Answer:

  Home  J2SE

⟩ What is while?

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.

 142 views

More Questions for you: