二级二级JAVA2007年4月计算机二级考试Java语言笔试试题
题目内容

请阅读下面程序import jav

2024-07-09

A.io.*;public class ExceptionCatch{public static void main(String args[]){try{FileInputStream fis=new FileInputStream("text");System.out.println("content of text is:");}catch(FileNotFoundException e){System.out.println(e);System.out.println("message:"+e.getMessage());e.printStackTrace(System.out);}____________________{System.out.println(e);}}}为保证程序正确运行,程序中下划线处的语句应是A.catch(FileInputStream fis)

B.e.printStackTrace()TAB

C.catch(IOException e)

D.System.out.println(e)

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端