Page 1 of 1

Which of these statements is incorrect about Thread?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
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