• 2022-06-16
    以下哪些是InputStream类的成员方法?(多选)
    A: int read(byte[])
    B: void flush()
    C: void close()
    D: void write(int b)
  • A,C

    内容

    • 0

      下面哪一个不是InputStream类中的方法 A: int read(byte[ ]) B: void flush( ) C: void close( ) D: int available( )

    • 1

      下面哪个不是InputStream类中的方法 A: int read(byte[D B: void flush() C: void close() D: int available()

    • 2

      下面哪一个不是InputStream类中的方法______ A: A) int read(byte[]) B: B) void flush() C: C) void close() D: D) int available()

    • 3

      哪个不是类InputStream中的方法?() A: int<br/>read(byte[]) B: void<br/>flush() C: void<br/>close() D: int<br/>available()

    • 4

      下列( )选项不是InputStream类中的方法。 A: public abstract int read( ) throws IOException B: public final void writeInt (int throws IOException C: public void close( )throws IOException D: public int available( )throws IOException