Which method must be implemented by all threads in Java?
Answers
Answered by
0
while creating a thread class we must override the run ( ) method of the thread class. This method provides an entry point for the thread and you will put your complete business logic inside this method .
Similar questions