A.Runnable B.Callable C.Future D.以上都不是
A.有返回值的call()方法 B.無返回值的run()方法 C.有返回值的run()方法 D.無返回值的call()方法
A.start() B.call() C.run() D.runnable()