下列常见的系统定义的异常中,哪个是找不到文件异常 ?
A. FileNotFoundException
B. ArithmeticException
C. NullPointerException
D. IOException
查看答案
Java中的每个数组都有一个名为____________的公共字段,其中包含数组中元素的数量。
A. length
B. capacity
C. size
D. limit
在UML图中,此符号表示成员是私有的:
A. *
B.
C. +
D. -
下列常见的系统定义的异常中,加载类时有可能产生的类找不到异常是_____。
A. ClassNotFoundException
B. IOException
C. FileNotFoundException
D. SQLException
In the programming process which of the following is not involved in defining what the program is to do在编程过程中,以下哪些与定义程序的工作无关:
A. Process 过程处理
B. Compile code 编译代码
C. Input 输入
D. Output 输出
E. Purpose 目标