1.

Which method is used in thread class to starts the execution of the thread?

A. public void start()
B. public void run()
C. public void stop()
D. public void suspend()
Answer» B. public void run()


Discussion

No Comment Found