Home > Back-end >  Consult bosses foundation problem
Consult bosses foundation problem

Time:10-08

While (true) not infinite loop?
Why tick=0, loop termination?

CodePudding user response:

Are you sure your program has stopped? Equal to zero in the method body no can perform a code block, not print

CodePudding user response:

As the code
Public class a {
Public static void main (String [] args) {
While {
(a);
}
}
Public static void (a) {}
}
Prev:java
  • Related