Multithreading Interview question

  1. What is thread ? What is multithreading in java?
  2. What is thread life cycle?

 

What is thread ? What is multithreading in java?

Thread is smallest unit of processing which exists within process. Single process may contain multiple thread.

Multithreading is a process to execute more than one thread at same time.

What is thread life cycle?

Updating soon.