标题: [Oracle interview]What method must be implemented by all threads? [打印本页] 作者: 龚城师 时间: 2013-8-16 16:46 标题: [Oracle interview]What method must be implemented by all threads? 作者: 陈西 时间: 2013-8-16 16:53
All tasks must implement the run() method, whether they are a subclass of Thread or implement the Runnable interface.