Java 中的无限 while 循环

java programming java8object oriented programmingjava technologies

是的。以下 while 循环是有效语句,会导致无限循环。

while(true);

相关文章