J2SE Question:

What is while?

Tweet Share WhatsApp

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.

Read All 214 J2SE Questions
Previous QuestionNext Question
What is wrapper?What is void?