研发埠's Archiver
社区
›
研发应用
› [Oracle interview]What method must be implemented by all threads?
龚城师
发表于 2013-8-16 16:46:00
[Oracle interview]What method must be implemented by all threads?
陈西
发表于 2013-8-16 16:53:57
All tasksmust implement the run() method, whether they are a subclass of Thread orimplement the Runnable interface.
页:
[1]
查看完整版本:
[Oracle interview]What method must be implemented by all threads?