说明: 1) 有以下代码: //statement1 File fileObject=new File(“Employee.dat”); //statement2 fileObject.seek(fileObject.length()) 假设这个文件不存在,指出以下描述中的哪一个是正确的? 1. 程序编译没有任何错误, 但是在执行时会在statement 1处抛出一个 “FileNotFoundException”异常。 2. 当编译上述代码的时候出现一个编译错误。 3. 程序编译没有任何错误,但是在
<th0123th> 上传 | 大小:1mb