填空题

软件工程研究的内容主要包括______技术和软件工程管理。

【参考答案】

软件开发
<上一题 目录 下一题>
热门 试题

填空题
在一个容量为15的循环队列中,若头指针front=6,尾指针rear=9,则此循环队列中共有______个元素。
单项选择题
下面程序段的输出结果是______。 public class Test public static void main(String args[ ]) int x,y; x=(int)Math.sqrt(5 2)+(int)Math.random( )*5 2; y=(int)Math.sqrt(3 2)+(int)Math.random( )*3 2; if(x>y) System.out.println( x>y ); else if(x==y) System.out.println( x=y ); else System.out.println( x<y );
A.x>y
B.x=y
C.x<y
D.编译错误
相关试题
  • 编译Java Applet源程序文件所产生的字节码...
  • 对话框(Dialog)是______类的子类。
  • 在AWT包中,创建一个具有10行45列的多...
  • 过滤字节输出流都是______抽象类的子类。
  • 设x=2,则表达式(x++)*3的值是__...