Mohan's JavaBook
Java Interview Questions
ContactUs :
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Can a for statement loop indefinitely?
Yes, a for statement can loop indefinitely. For example, consider the following:
for(;;) ;
Newer Post
Older Post
Home