题目详情
单选题 请阅读下面的程序 public class Hello { public static void main(String[] args) throws IOException { FileOutputStream fos = new FileOutputStream("D:\\demo.txt"); fos.write("abc"); fos.close(); }} 下列针对以上程序运行结果的描述,正确的是( )

学科:Java高级程序设计
时间:2025-12-09 02:59:01
