赞题库-背景图
单项选择题

下面代码段的输出结果为( )。 public class Test { public static void main(String sss[]) { int i=0xFFFFFFF1; int j=~i; } }

A.0
B.1
C.14
D.-15