Home / Questions / Explain main thread under Thread class execution?
Explanatory Question

Explain main thread under Thread class execution?

👁 901 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The main thread is created automatically and it begins to execute immediately when a program starts. It ia thread from which all other child threads originate.