Java Developer Question:
How to write a loop indefinitely in Java Programming?
Answer:
for(;;)-for loop; while(true)-always true, etc.
Previous Question | Next 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? |