Home / Programming MCQs / JAVA MCQs / Question

Y

Yami Thakur • 9.05K Points
Tutor III

Q. Which of these statements are wrong about Thread?

(A) start () method is used to start a thread function
(B) run () method is used to start a thread process before start the () method in special cases
(C) The thread can be created using only the runnable interface
(D) The thread can be made of a class that extends to the Thread class
Explanation by: Yami Thakur
The run () method used to define a code that forms a new string, contains the code to be used. start () method is used to start the release of the running series (). run () itself has never been used for series implementation.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.