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 |
Describe what a thread-local variable is in java?
When is the finalize() called? What is the purpose of finalization?
What is method overloading and method overriding?
What is 16 bits called?
what is mean by thread lock?
What is the longest unicode character?
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
What are the methods available in a class?
How do you reverse sort a list in java?
What do you mean by an interface in java?
Is node a data type in java?
Write a program for recursive Traverse?