DEVFYI - Developer Resource - FYI

What is do

J2SE Interview Questions and Answers


(Continued from previous question...)

58. What is do

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.

(Continued on next question...)

Other Interview Questions