GkSeries.com

Q.

While using threads which of the following is incorrect?

[A] You invoke the Run method
[B] You implement Runnable interface
[C] You extend from Thread class
[D] You call the start method
Answer & Explanation
Option: [A]

Threads are instances of class java.lang and first you call start() method and after run() method is executed.