Can the start() method of the Thread class be overridden? If yes should it be overridden?
Yes the start() method can be overridden. But it should not be overridden as it’s implementation in thread class has the code to create a new executable thread and is specialised.
No comments:
Post a Comment