Which Of These Statement Is Incorrect #884
Which of these statement is incorrect?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Multithreading - Implementing Runnable Interface for Threads - Quiz No.1.
Which of these statement is incorrect?
A thread can be formed by implementing Runnable interface only
A thread can be formed by a class that extends Thread class
start() method is used to begin execution of the thread
run() method is used to begin execution of a thread before start() method in special cases