Java Developer Question:
Download Questions PDF

How to write a loop indefinitely in Java Programming?

Java Developer Interview Question
Java Developer Interview Question

Answer:

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

Download Java Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How many bits are used to represent the Unicode, ASCII, UTF-16, and UTF-8 characters in Java Programming?Described native method in Java Programming?