I am looking at somebody else\'s code and I found this piece of code:
for (;;) {
I\'m not a Java expert; what is this line of code doing?
Those two lines would have the same effect. I can't think of a good reason to use the first one unless you like to confuse people. I guess it's less characters.