填空题

Java Application应用程序的编写和执行分3步进行:编写源代码、编译源代码、______。

【参考答案】

解释执行
<上一题 目录 下一题>
热门 试题

填空题
数据库设计包括概念设计、______和物理设计。
填空题
下列程序段的输出结果为______。 public class Test void printValue(int m) do System.out.println( The value is +m); while(--m>10 ); public static void main(String arg[]) int i=10; Test t= new Test(); t.printValue(i);
相关试题
  • public throwable(string message)构造...
  • 数据的逻辑结构有线性结构和______两...
  • 软件工程研究的内容主要包括______技...
  • Swing的顶层容器有:Japplet, JWindow,...
  • 表示“整数x的绝对值大于5”时值为“真”...