欢迎来到在线考试题库网 在线考试题库官网
logo
全部科目 > Java认证考试 > SCJP程序员认证考试

多项选择题

Given the following class, which statements can be inserted at position 1 without causing the code to fail compilation?()  
public class Q6db8 {  
int a;  
int b = 0;  
static int c;  
public void m() {  
int d;  
int e = 0;  
// Position 1  
}  
} 

    A.a++;
    B.b++;
    C.c++;
    D.d++;
    E.e++;

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题