True/False
In Java, it is possible to create an infinite loop out of while and do loops but not for loops.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: A for statement is normally used when
Q12: The following for loop is odd in
Q13: If a break occurs within the innermost
Q14: A continue statement<br>A) may be used within
Q15: A loop can be used in a
Q17: How many times will the following loop
Q18: The following loop is syntactically valid:<br>for(int j
Q19: Which of the following would rotate an
Q20: Code Example Ch 06-1<br>In the following example,
Q21: How can the following statement be rewritten