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 |
What is Distributed Application and what is its usage?
How can you eliminate duplicates?
Explain notify() method of object class ?
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?
What is “try and catch” in java
What are the advantages of autoboxing?
Can we add default constructor to Servlet?
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
What is data movement?
explain me with a code snippet about the generation and handling of null point exceptions.
What is the final keyword denotes?