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 is appletviewer?
What is the purpose of main function in java?
How will you load a specific locale?
What is java argument list?
Write a function to find out longest palindrome in a given string?
What are facelets templates?
How many digits is int32?
What is a nested class?
Where is jre installed?
How do you initialize an arraylist in java?
How do you empty a list in java?
Explain about transient variables in java?
What is final method?
Difference between current previous versions of Java?
Why do we need autoboxing in java?