Which two can be used to create a new Thread?()   

A .  Extend java.lang.Thread and override the run method. B .  Extend java.lang.Runnable and override the start method. C .  Implement java.lang.thread and implement the run method. D .  Implement java.lang.Runnable and implement the run method. E .  Implement java.lang.Thread and implement the start method.

时间:2022-09-11 13:51:08 所属题库:SCJP程序员认证考试题库

相似题目