A. String getAbsolutePath() B. boolean canRead() C. boolean createNewFile() D. boolean exists()
A. 如果文件data.txt不存在,也不一定会抛出IOException异常 B. 如果文件data.txt不存在,则可能会新建文件data.txt C. 如果文件data.txt存在,则将覆盖掉文件中原有的内容 D. 如果文件data.txt存在,则从文件的末尾开始添加新内容
A. System.In B. System.Out C. InputStream D. OutputStream
A. 对 B. 错