单项选择题

将E-R图转换为关系模式时,实体与联系都可以表示成 ( )

A.属性
B.关系
C.键
D.域
<上一题 目录 下一题>
热门 试题

单项选择题
在下列源代码文件Test.java中,哪个选项是正确的类定义 ( )
A.public class test { public int x=0; public test(int { thix=x; } }
B.public class Test { public int x=0; public Test(int { thix=x; } }
C.public class Test extends Ti,T2 { public int x=0; public Test(int { thix=x; } }
D.protected class Test extends T2 { public int x=0; public Test(int { thix=x; } }
单项选择题
给出下列的程序段,则哪个选项是类A合理的内部类 ( ) class A{ protected int i; A(int i){ this.i=i;
A.classB { }
B.class B extendsA { }
C.class B extends A{ B(){Systeouprintln("i="+1);} }
D.class A { }
相关试题
  • 过滤字节输出流都是 ______ 抽象类...
  • Java程序中定义接口所使用的关键字是 __...
  • 若x=5,y=10,则x>y&&x++==y-...
  • 凡生成StringBuffer一个对象后,还可用 _...
  • 阻塞状态根据产生的原因可分为 _____...