a) run() method calls start() method and runs the code
b) run() method creates new thread
c) run() method can be called directly without start() method being called
d) start() method creates new thread and calls code written in run() method
What is true about threading?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is true about threading?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!