Regarding the Thread class and the Runnable interface which of the following statements is correctASubclasses of Thread cannot be used alone while subclasses of Runnable can be used aloneBThe Thread c
D. Subclasses of Thread need to implement the run() method, while subclasses of Runnable need to override the run() method.
原文地址: http://www.cveoy.top/t/topic/fnZt 著作权归作者所有。请勿转载和采集!