• 2022-07-27
    下列输入输出语句使用正确的是( )
    A: InputStream in=new InputStream(“hello.txt”);
    B: InputStream in =new BufferedInputStream (“hello.txt”);
    C: InputStream in =new FileOutputStream(“hello.txt”);
    D: InputStream in =new Reader(“hello.txt”);