-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b01
-
generic
-
generic
-
Verified
In the Sun-Oracle Java Tutorial: Thread Section:Interrupt(Interrupt Status Flag) Sub Section
(Thread.isInterrupted()) is wrong. isInterrupted is a non Static Method.Can't be called in a static way.
It must be (new Thread(). isInterrupted)
(Thread.isInterrupted()) is wrong. isInterrupted is a non Static Method.Can't be called in a static way.
It must be (new Thread(). isInterrupted)