DEVFYI - Developer Resource - FYI

How can you write a loop indefinitely?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

57. How can you write a loop indefinitely?

for(;;)--for loop; while(true)--always true, etc.

(Continued on next question...)

Other Interview Questions