欢迎来到计算机考试题库网 考试题库官网
全部科目 > Java认证考试 > SCJP程序员认证考试

单项选择题

public class test (
public static void main (String args) {
int i = 0xFFFFFFF1; int j = ~i;
}

What is the decimal value of j at line 5?()

    A. 0
    B. 1
    C. 14
    D. –15
    E. An error at line 3 causes compilation to fail.
    F. An error at line 4 causes compilation to fail.

点击查看答案