| Author |
Can i use stop() to stop the thread.
|
Narasimha Rao B.
Ranch Hand
Joined: Aug 26, 2002
Posts: 205
|
|
Hi, In one of the mock exams, i come across the question -- Which are the methods used to stop thread execution? Anwer - sleep(), wait(), yield() and stop(). Now in 1.4 as stop() method is deprecated, can we expect the stop() method as one of the choice. If in the answers stop() method is one of the choice, what should i do? Thanks, Narasimha.
|
Narasimha
|
 |
Corey McGlone
Ranch Hand
Joined: Dec 20, 2001
Posts: 3271
|
|
|
Deprecated methods will not be part of the exam.
|
SCJP Tipline, etc.
|
 |
 |
|
|
subject: Can i use stop() to stop the thread.
|
|
|