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 |
What is listnode in java?
What is the difference between access specifiers and access modifiers in java?
What are the types of methodology?
Can we call virtual funciton in a constructor ?
what is dynamic method dispatch ?
27 Answers Fidelity, MUET, SDSF,
why we write public static void main (String args[]) in core java plz explain briefly??????????????????
What is a instance variable?
What is meant by oops concept in java?
Can inner class final?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
What is treeset and treemap in java?
What is oop principle in java?