请帖封面名字写法:使用FileInputStream的错误

来源:百度文库 编辑:高考问答 时间:2024/05/13 12:16:53
我编的一段程序编译时出现以下错误:

bad class file: .\FileInputStream.java

ObjectSer.java:76: cannot access FileInputStream
bad class file: .\FileInputStrea.java
file does not contain class FileInputStream
Please remove or make sure it appears in the correct subdirectory of the classpath.
FileInputStream fi=new FileInputStream.("data.txt");
1 error