1.

Which of these statements is incorrect about Thread?

A. start() method is used to begin execution of the thread
B. run() method is used to begin execution of a thread before start() method in special cases
C. A thread can be formed by implementing Runnable interface only
D. A thread can be formed by a class that extends Thread class
Answer» C.


Discussion

No Comment Found