下列哪个选项不是InputStream类中的方法?
A.public abstract int read()throws IOException
B.public final void writeInt (int v)throws IOException
C.public void close()throws IOException
D.public int available() throws IOException
第1题:
A.0
B.-1
C.1
D.无返回值
第2题:
下列哪个选项不是InputStream类中的方法?
A.public abstract int read( )throws IOException
B.public final void writeInt(int v)throws IOException
C.pubfic void close( )throws IOException
D.pubfic int available( )throws IOExcepfion
第3题:
下列哪个叙述是正确的?
A.final 类可以有子类。
B.abstract类中只可以有abstract方法。
C.abstract类中可以有非abstract方法,但该方法不可以用final修饰。
D.不可以同时用final和abstract修饰同一个方法。
第4题:
下面哪个不是InputStream类中的方法?
A.int read(byte[])
B.void flush()
C.void close()
D.int available()
第5题:
下列哪个选项不是InputStream类中的方法? ( )
A.public abstract int read()throws IOException
B.public final void writeInt(int v)throws IOException
C.public void close()throws IOException
D.public int available()throws IOException