What Is True About Threading #911
What is true about threading?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Multithreading - Java Multithreading - Quiz No.1.
What is true about threading?
run() method calls start() method and runs the code
run() method creates new thread
run() method can be called directly without start() method being called
start() method creates new thread and calls code written in run() method