试题详情
- 单项选择题 interface DeclareStuff{ public static final int EASY = 3; void doStuff(int t); } public class TestDeclare implements DeclareStuff { public static void main(String [] args) { int x=5; new TestDeclare().doStuff(++x); } void doStuff(int s) { s += EASY + ++s; System.out.println(”s “ + s); } } What is the result?()
A、 s 14
B、 s 16
C、 s 10
D、 Compilation fails.
E、 An exception is thrown at runtime.
- D
关注下方微信公众号,在线模考后查看
热门试题
- public static void
- After a m
- 如何引用包中的某个类?如何引用整个包?如
- Given an
- Java有哪些基本数据类型?写出int型
- 在子类中调用父类中被覆盖的方法时需要使用
- A Company.com&
- Assuming that&
- 11. public&ens
- 编写一个Java程序在屏幕上输出“你好!
- 基本数据类型float的包裹类是哪项?(
- Which two
- 关于弹性布局的特点,以下描述中错误的是(
- Java多线程有几种实现方法()。
- 编写一个java应用程序,要求如下&en
- int x=0; int y=10;
- public class&e
- 已知: 的输出为()
- 25.intx=12; 26.whil
- 现有:t是一个合法的Thread对象的