New born state : When we create a thread object the thread is born and is said to be new born state. At this state we can do only one of the following thinks with it.
a. Schedule it for running using start () method.b. Kill it using state method.
No comments :
Post a Comment