Which Of These Method Is Used To Begin The Execution Of A Thread #883
Which of these method is used to begin the execution of a thread?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Multithreading - Implementing Runnable Interface for Threads - Quiz No.1.
Which of these method is used to begin the execution of a thread?
run()
start()
runThread()
startThread()