试题详情
- 多项选择题 Given the following code, which method declarations, when inserted at the indicated position, will not cause the program to fail compilation?() public class Qdd1f { public long sum(long a, long b) { return a + b; } // insert new method declaration here }
A、public int sum(int a, int b) { return a + b; }
B、public int sum(long a, long b) { return 0; }
C、abstract int sum();
D、private long sum(long a, long b) { return a + b; }
E、public long sum(long a, int b) { return a + b; }
- A,E
关注下方微信公众号,在线模考后查看
热门试题
- 事件处理类的真正实现代码一般在哪个类中?
- 试列举出图形用户界面中你使用过的组件。
- What is th
- public class&e
- 在创建对象的时候,会自动为对象的第个成员
- Which one
- 1. class
- public class&e
- 如何区分多个构造函数?()
- When line
- 任意输入一个正整数,判断其是否是多因子完
- 以下代码输出的是()。
- package sun.sc
- public class&e
- 下面有关SPRING的事务传播特性,说法
- 在创建JBuilder工程的步骤中,下面
- public class&e
- public class&e
- class super&en
- 1. public&ensp