Tech
Baba.com
Home
|
Ask a New Question
|
Register
|
LogIn
Can a for statement loop indefinitely?
Can a for statement loop indefinitely?
Sunil
Views: 618 | Community Opinion:
1
Tags..
Looping
Java Interview
Core Java
Bookmark this page..
Ask a New Question
Go to Home
Community Opinion/Answers
Jony
Said..
Yes, a for statement can loop indefinitely. For example, consider the following:
for(;;) ;
What do you think? Add your opinion/answer
*Name
Please enter your name.
*your opinion/answer:
Related Questions & Answers:
what is a transient variable?
What happens when a thread cannot acquire a lock on an object?
What is the purpose of the System class?
What modifiers can be used with a local inner class?
What restrictions are placed on method overloading?
What is a Java Package and how is it used?