If you want to loop forever in Java, just type
for(;;) { }Coincidentally, “for(;;)” and “forever” have the same number of characters…
So this is how you romanticize Java.
On second thought, I don’t like the word “forever”. I’d rather use the word “infinite”. (Cheers if you got the Stephen Chbosky reference.)
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