Connection对象的Close()方法的作用是()
查看答案
显示当前Connection对象的状态是( )属性
横道图记录比较法的缺点是各工作之间的逻辑关系不明显
A. 对
B. 错
对应急赶工给予优厚的赶工费用是经济措施之一
A. 对
B. 错
以下程序抛出_________异常类型?public class Test {public static void main(String[] args) {int[] list = new int[5];System.out.println(list[5]); } }
ArithmeticException
B. ArrayIndexOutOfBoundsException
C. StringIndexOutOfBoundsException
D. ClassCastException
E. 程序运行正常无异常