普通会员
登录
题库
实习信息
校招公告
参访活动
题库
软件开发
题目列表
public class Main { public static void main(Str...
单选题
public class Main {
public static void main(String[] args) {
System.out.println("A");
new Main();
new Main();
}
public Main() {
System.out.println("B");
}
{
System.out.println("C");
}
static {
System.out.println("D");
}
}
以上程序输出的结果,正确的是?
A.
DCABB
B.
DABCBC
C.
DACBCB
D.
DACBB
上一题
[单选题] public class Main { private static int x = 10; private static Integer y = 10; public static...
下一题
[单选题] 对于如下C++程序:int main() { int a(1), b(3), c(2); while (a < b < c) { ++a; --b; --c; } c...
纠错
题目信息
校招真题
-
正确率
0
评论
12
点击
收藏
已收藏
错题本
已加入错题本
我的笔记
登录添加笔记