Niit考试答案
1)有以下代码:
//statement1
FilefileObject=newFile(“Employee.dat”);
//statement2
fileObject.seek(fileObject.length())
假设这个文件不存在,指出以下描述中的哪一个是正确的?
1.程序编译没有任何错误,但是在执行时会在statement1处抛出一个
“FileNotFoundException”异常。
2.当编译上述代码的时候出现一个编译错误。
3.程序编译没有任何错误,但是在执行时会在statement2处抛出一个
“NullPointerException”异常。
4.
用户评论