Advanced Java Interview Questions and Answers For Freshers and Experience Part-22
181. What method must be implemented by all threads? All tasks must implement the run() method, whether they are a subclass of Thread or implement theRunnable interface.
Read More