|
| Total Answers and Comments: 3 |
Last Update: September 27, 2008 Asked by: dsureshkumar28 |
|
| | |
|
Submitted by: abuthahir.d 1.Whenever a dead thread is tried to start 2. When we try to start a running thread eg: Thread t = new Thread(); t.start(); t.start();
throws IllegalThreadStateException
Above answer was rated as good by the following members: shouvanik1979, swpnl_ptl, talktoatish | Go To Top
|