1.

Which of these methods is used to begin the execution of a thread?

A. run()
B. start()
C. runThread()
D. startThread()
Answer» C. runThread()


Discussion

No Comment Found