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
How do you add an arraylist to an array in java?
Why java does not support pointers?
Does java support Operator Overloading?
What are the different conditional statements?
How can we find the sum of two linked lists using stack in java?
What happens if an exception is throws from an object's destructor?
Explain java coding standards for constants?
What is a superclass?
What is double checked locking in singleton?
What is the meaning of 3 dots in java?
What are the topics in core java?
What is an image buffer?
How to implement an arraylist in java?
What is the need of transient variables in Java ?
What does int [] mean in java?