Dear Sir,
I have very important  question 
which one is more efficient when I want to run infinite loom
while(true)
{.................}
OR
for(;;)
{.................}
or any other suggestion,
because I am using infinite loop many times in my program,
I have tried to calculate time for executing same thing for both, but result are 
inconsistent,
plz tell me,
regards,
Mayank Bhatt
 


___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to