单项选择题在关系数据库中,用来表示实体之间联系的是( )。
单项选择题下面代码段的输出结果为( )。 public class Test { public static void main(String sss[]) { int i=0xFFFFFFF1; int j=~i; } }