试题详情
- 单项选择题 class super ( public int I = 0; public super (string text) ( I = 1 ) ) public class sub extends super ( public sub (string text) ( i= 2 ) public static void main (straing args[]) ( sub sub = new sub (“Hello”); system.out. PrintIn(sub.i); ) ) What is the result?()
A、 Compilation will fail.
B、 Compilation will succeed and the program will print “0”
C、 Compilation will succeed and the program will print “1”
D、 Compilation will succeed and the program will print “2”
- A
关注下方微信公众号,在线模考后查看
热门试题
- public class&e
- 父类对象与子类对象相互转化的条件是什么?
- 以下可以正确获取结果集的有()。
- 已知: 下面说法正确的是()
- class Flow&ens
- Which construc
- Which two̳
- 1. public&ensp
- 下面哪段程序能够正确的实现了GBK编码字
- 求1000以内的“相亲数”。所谓相亲数是
- int i =&e
- 定义枚举如下: publi
- JDK由组成以下哪几部分组成?()
- 用sin(x)≈x-x^3/3!+x^5
- 4位反序数,设N是一个四位数,它的9倍恰
- public class&e
- 已知: 那么选择是()?
- 11. public&ens
- 编写Applet程序,画出一条螺旋线。
- A method