Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What happens when start() is called?
A new thread of execution with a new call stack starts. The state of thread changes from new to runnable. When the thread gets chance to execute its target run() method starts to run.