Hi,
This is from JXam ver 1.81:
Which methods will stop a
thread from executing?
wait()
notify()
yield()
suspend()
sleep()
wait(), yield() and sleep() are obvious. But will suspend() also be an answer? Because although it is deprecated, it will still cause the thread to stop.
Am I using an older version of Jxam?
Regards,
Kapil
