Can we restart a dead thread in java?



Can we restart a dead thread in java?..

Answer / Rashme Paisal

No, it is not possible to restart a dead thread in Java. Once a thread has died, its object becomes unusable and any attempt to call methods on it will result in an exception.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is Distributed Application and what is its usage?

2 Answers  


How can you eliminate duplicates?

2 Answers  


Explain notify() method of object class ?

1 Answers  


What is garbage collection in Java, and how can it be used ?

32 Answers   Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,


What is a protected class in java?

1 Answers  


What is “try and catch” in java

5 Answers   Cap Gemini, TCS,


What are the advantages of autoboxing?

1 Answers  


Can we add default constructor to Servlet?

1 Answers   Fidelity,


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

1 Answers  


What is data movement?

1 Answers  


explain me with a code snippet about the generation and handling of null point exceptions.

1 Answers  


What is the final keyword denotes?

1 Answers  


Categories