| Author |
Multithreading
|
Gaurav Sahu
Greenhorn
Joined: Sep 19, 2011
Posts: 9
|
|
|
Is interrupt() a deprecated method of Thread class ?? If yes, then why is it used in some questions in Exam Lab mock tests ?? Please clarify
|
 |
Zeeshan Sheikh
Ranch Hand
Joined: Nov 20, 2011
Posts: 143
|
|
|
interrupt method is NOT deprecated as per Java API.
|
 |
Gaurav Sahu
Greenhorn
Joined: Sep 19, 2011
Posts: 9
|
|
|
Is it on the exam ??
|
 |
Helen Ma
Ranch Hand
Joined: Nov 01, 2011
Posts: 451
|
|
|
I cannot gurantee that interrupt() won't be on the exam. I guess it is less likely, but still possible.
|
 |
 |
|
|
subject: Multithreading
|
|
|