试题详情
- 单项选择题 class MyThread extends Thread { public void run() { System.out.println(“AAA”); } public void run(Runnable r) { System.out.println(“BBB”); } public static void main(String[] args) { new Thread(new MyThread()).start(); } } What is the result?()
A、 AAA
B、 BBB
C、 Compilation fails.
D、 The code runs with no output.
- A
关注下方微信公众号,在线模考后查看
热门试题
- You want
- 以下哪个组件中不能使用HTML标记?()
- 下面有关JAVA异常类的描述,说法错误的
- 下列有关多态的叙述正确的是哪项()
- class super&en
- public class&e
- 1. public&ensp
- 中间容器,原子组件,菜单栏,工具栏等都直
- 算年龄。用爷爷的年龄的5倍加6得的和,再
-
A web& - and the co
- 什么是多态?面向对象程序设计为什么要引人
- Which the thre
- 利用线程方法编写JApplet程序,实现
- 已知: 则输出为()
- You need
- What will&ensp
- package com.co
- Given: 1.&ens
- 面板缺省搭配的是什么布局管理器̳