Answer Posted / ranganathkini
Yes a for statement can loop infinitely. Example:
for( ; ; ) {
// ..staements to loop
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can java cast null?
What is method in research paper?
What is the full name of java?
What is derived datatype?
What is the major advantage of external iteration over internal iteration?
Is array passed by reference in java?
How do you trim a space in java?
What is printwriter in java?
What is class??
Discuss about garbage collector in Java.
What is numeric function?
When should I use singleton pattern?
How many characters is 2 bytes?
How is final different from finally and finalize?
What is the maximum size of byte array in java?