I need to implement thread.start() method in my java code. Please let me know through an example of overriding of thread.start() method and how it works?
You should not. Override run instead
2.1m questions
2.1m answers
60 comments
57.0k users