填空题

数据结构分为逻辑结构和存储结构,循环队列属于 【1】 结构。

【参考答案】

存储(或物理)
<上一题 目录 下一题>
热门 试题

单项选择题
下碳程序段的输出结果是( )。 class Test public static void main(Srting args[]) MyThread t=new MyThread(); t.displayOutput( t has been created ); t.start(); class MyThread extends Thread public void displayOutput(String s) SYStem.out.println(s); public void run() displayOutput( t is running. );
A.t has been created.
B.t has been created.
t is running.
C.t is running.
D.编译出错
单项选择题
以下不属于对象的基本特点的是( )。
A.分类性
B.多态性
C.继承性
D.封装性
相关试题
  • 在AWT包中,创建一个具有10行、45列的...
  • java Applet应用程序的编写和执行共分为4...
  • 在一个MVC用户界面中,存在三个通信对象,...
  • Java虚拟机(JVM)的执行过程有3个特点:...
  • 如果一个Java源程序文件中定义有4个类,则...