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
What purpose do the keywords final, finally, and finalize fulfill?
Can you explain the private protected field modifier?
What is final modifier?
What is an object’s lock and which object’s have locks?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What is the main use of generics in java?
Compare Mutex and Semaphore in java.
What is a default method?
What is output buffer?
Difference between a class and an object?
Is a char always 1 byte?
What do you understand by casting in java language?
What is the difference between assignment and initialization?
Which sorting is best in java?
What is a heavyweight component?