- A.0
- B.1
- C.10
- D.11
- A.文件名称
- B.文件路径
- C.文件内容
- D.文件对象
- A.用来表示与数据库的连接
- B.存储查询结果
- C.在指定的连接中处理SQL语句
- D.建立新数据库连接
- A.颜色
- B.字体
- C.风格
- D.字号
- A.按下鼠标左键
- B.点击鼠标右键
- C.鼠标进入
- D.鼠标移动
- A.int intArray [ ]; intArray=new int[5];
- B.int intArray [ ]=new int[5];
- C.int [ ] intArray ={1,2,3,4,5};
- D.int intArray [5]={1,2,3,4,5};
- A.JWindow
- B.JFrame
- C.JDialog
- D.JApplet
- A.消息
- B.模块
- C.继承
- D.多态性
- A.byte→int→short→long→float→double
- B.byte→short→int→long→float→double
- C.byte→short→int→float→long→double
- D.short→byte→int→long→float→double
- A.float
- B.new
- C.java
- D.return