填空题

问题处理方案的正确而完整的描述称为 【1】 。

【参考答案】

算法(或程序,或流程图)
<上一题 目录 下一题>
热门 试题

单项选择题
下列程序段运行的结果为( )。 public class Test static void print(String s,int i) System.out.pdntlnC String: +s+ ,int: +i); static void print(iht i,String s) System.out.prinflnCint: +i+ ,gtring: +s); public static void main(String[] args) print(99, Int first );
A.String:String first,int: 11
B.int: 11,String:Int first
C.String:String first,int:99
D. int:99,Stfing:Int first
单项选择题
已知有下面的类说明: pubic class Test4 private float f=1.0f; int m=12; static int n=1; public static void main(String args[]) Test4 e=new Test4(); 在main()方法中,下面( )使用是正确的。
A.f
B.this.n
C.Test4.m
D.Test4.f
相关试题
  • 编写同时具有applet与application的特征的...
  • applet生命周期中的关键方法包括: 【14...
  • 抽象窗口工具包 【13】 提供用于所有Ja...
  • 线程在生命周期中要经历5种状态,分别是新...
  • Java对象串行化技术,主要是通过叫Objectln...