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
πŸ’¬ Discuss
βœ… Correct Answer: (B) run () method is used to start a thread process before start the () method in special cases
Explanation: 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.
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
409
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Yami Thakur
Publisher
πŸ“ˆ
85%
Success Rate