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 create a sop?
What is lazy initialization in java?
What is the advantage of preparedstatement over statement?
Can we override protected method in java?
What a static class can contains?
explain the difference between jdk and jvm?
Why charat is used in java?
What does yield method of the thread class do?
What are the six ways to use this keyword?
Is call by reference possible in java?
How many bits is a double?
What is console based application in java?
What is compareto?
Do extraneous variables affect validity?
Which is the class in java?