单项选择题

下面代码段的输出结果为( )。
public class Test

public static void main(String sss[])

int i=0xFFFFFFFl;
int j=~i;

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