为了缓解我国北方水资源严重短缺的局面,2002年12月27日,正式开工建设
有如下代码段:1)2){if(unsafe){.…}3)elseif(safe){…}4)}其中,方法unsafe将抛出IOException,请问可将以下哪项填入第1行?()
A. public void methodNamethrows IOException
B. public void methodNamethrow IOException
C. public void methodName
D. public IOException methodName
下列代码中给出正确的在方法体内抛出异常的是()
A. throw new Exception();
B. new throw Exception();
C. throws IOException;
D. throws IOException;
欲构造ArrayList类的一个实例,此类实现了List接口,下列哪个是正确的?()
A. List myList=new ArrayList
B. ArrayList myList=new Object
C. ArrayList myList=new List
D. List myList=new List