Q. Which of these statements are wrong about Thread?
β
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.