Multiple Choice
If your class implements Runnable then what method is invoked to start the thread?
A) run)
B) execute)
C) start)
D) main)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: What method in the Thread class is
Q13: What is a JavaBean?
Q14: A thread's start method invokes the thread's
Q15: The JavaFX scene graph:<br>A)Is used to plot
Q16: _ is an enhancement of simple accessor
Q18: Rewrite the following code to use a
Q19: SQL stands for Structured Query Language.
Q20: An InterruptedException is a checked exception.
Q21: _ refers to a framework that facilitates
Q22: An alternative to deriving a thread from