InterviewSolution
Saved Bookmarks
| 1. |
Explain main thread under Thread class execution? |
|
Answer» 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. |
|