Page 1 of 1

What is true about threading?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
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