单项选择题

下面概念中,不属于面向对象方法的是( )。

A.对象
B.继承
C.类
D.过程调用
<上一题 目录 下一题>
热门 试题

单项选择题
运行下面的程序时,会产生( )。 public class Test public static void main(String args[ ] ) int x =0; int y = 2 x; int z[ ] = 1,2,4,6; int p=z[4];
A.ArrayIndexOutOfBoundsExcePtion异常
B.NumberFormatException异常
C.ArithmeticException异常
D.ArithmeticException异常和ArrayIndexOutOfBoundsExcePtion异常
单项选择题
数据库系统的核心是( )。
A.数据模型
B.数据库管理系统
C.软件工具
D.数据库
相关试题
  • 下列程序执行的结果是( )。 public cl...
  • 执行下列程序段之后,变量n的值为( )。...
  • 执行下列程序段之后,输出的结果是( )。...
  • 调用以下哪些方法可以使运行状态的线程进入...
  • 表达式1+2+ hello +8的值为( )...