Computer Science, asked by vikas3310, 11 months ago

Which method must be implemented by all threads in Java?

Answers

Answered by omegads04
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