InterviewSolution
| 1. |
What Happens If We Invoke Run Method Without Calling The Start Method For A Thread Instance? |
|
Answer» 1.If we instantiate a thread it is CALLED in new state until the Start() method is called. 1.If we instantiate a thread it is called in new state until the Start() method is called. |
|