Java’s forever loop
If you want to loop forever in Java, just type
for(;;) { }
Coincidentally, “for(;;)” and “forever” have the same number of characters…
If you want to loop forever in Java, just type
for(;;) { }
Coincidentally, “for(;;)” and “forever” have the same number of characters…
coincidence i think not.. :P
romanticize Java. On second thought, I don’t like...word “forever”. I’d rather use the...
amazing. nerd mode, go.
If you want to loop forever in Java, just type for(;;) { } Coincidentally, “for(;;)” and “forever” have the same number...
I think some of those coded into osome of the most popular websites. Why else could they be that slow :D
why would you even want to make an infinite loop tho