可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Which two can be&#81


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.
参考答案
参考解析:
分类:SCJP程序员认证考试题库