What is true about threading?
(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
I got this question in semester exam.
The query is from Multithreading in division Multithreading of Java