单项选择题

有两个关系R和S如下:


由关系R通过运算得到关系S,则所使用的运算为

<上一题 目录 下一题>
热门 试题

单项选择题
AWT中用来表示颜色的类是
A.Font
B.Color
C.Panel
D.Dialog
单项选择题
阅读下面代码 public class Person static int arr[]=new int[10]; public static void main(String args) System.out.println(arr[9]); 该代码的运行结果是
阅读下面代码
public class Person
 static int arr[]=new int[10];
 public static void main(String args)
  System.out.println(arr[9]);
 
该代码的运行结果是
相关试题
  • 阅读下面利用递归来求n!的程序 class Fa...
  • 阅读下面代码 class InterestTest __...
  • 当Applet需要更新显示内容时,应该调用的方...
  • 某二叉树有5个度为2的结点,则该二叉树中...
  • 下列排序方法中,最坏情况下比较次数最少的是