What is the convention for an infinite loop in Java? Should I write while(true) or for(;;) ? I personally would use while(true) because I ...
確定! 回上一頁