Tuesday, November 29, 2011

What method must be implemented by all threads?

All tasks must implement the run() method, whether they are a subclass of Thread orimplement theRunnable interface.
Category:Java Interview Questions

No comments:

Post a Comment