#18: Java Interview Questions and Answers | Threads in Java – Theoretical questions



#18: Java Interview Questions and Answers | Threads in Java – Theoretical questions

#18: Java Interview Questions and Answers |  Threads in Java - Theoretical questions

00:08 Explain the lifecycle of a thread?
02:38 can we restart a dead thread in Java?
03:16 Can one thread block the other thread?
04:56 Can we restart a thread already started in Java?
05:22 What happens if we don’t override run method?
06:05 Can we overload run() method in Java?
06:55 What is a lock and purpose of locks in Java?