试题详情
- 单项选择题 class Flibitz{ public static void main(String[] args){ int grop=7; new Flibitz().go(grop); System.out.print(grop); } void go(int grop){ if(++grop>7) grop++; System.out.print(grop); } } 结果为:()
A、99
B、编译失败
C、运行时异常被抛出
D、77
E、79
F、97
- F
关注下方微信公众号,在线模考后查看
热门试题
- 举例说明String和StringBuf
- 构造方法是否可以被继承?是否可以被重载?
- public class&e
- 说明实例成员和静态成员之间的差别。
- What is th
- 辗转相除法:从键盘输入两个数512113
- Which statement
- 下列哪项不是Java语言的关键字?()&
- 1. public&ensp
- int index&ensp
- 下列有关抽象方法叙述正确的是哪项?()
- 类Student代码如下:D&ensp
- Integer i&ensp
- public class&
- 在一个弹性布局的面板中,如果有10个组件
- Given the command l
- 现有: class&ens
- Which code&ens
- What is th
- The Squeaky&en