J2SE Question:

What is do?

J2SE Interview Question
J2SE Interview Question

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.


Previous QuestionNext Question
What is double?What is goto?