Q. What is true about threading? (Solved)

1. run() method calls start() method and runs the code

2. run() method creates new thread

3. run() method can be called directly without start() method being called

4. start() method creates new thread and calls code written in run() method

  • d. start() method creates new thread and calls code written in run() method
Subscribe Now

Get All Updates & News