Can a for statement loop indefinitely?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
Yes a for statement can loop infinitely. Example:
for( ; ; ) {
// ..staements to loop
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Is space a string in java?
What is the integer of 16?
what are the difference between Java and .Net?
what is domain object
Can a class have multiple superclasses?
Describe the various concepts related to object oriented programming (oop).
What is the return type of a program?s main() method?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is the significance of listiterator?
What is %d in printf?
How do you write a conditional statement?
What is a "pure virtual" member function?