下面哪一个不是InputStream类中的方法?

admin2010-12-17  27

问题 下面哪一个不是InputStream类中的方法?   

选项 A、int read(byte[ ])     
B、void flush( )
C、void close( )     
D、int available( )

答案B

解析  InputStream类所包括的主要方法有public int read(byte[ ]b)throws IOException、long skip(long n)、public int available( )throws IOException和public void close( )throws IOException。选项B中的void flush( )方法并不属于InputStream类中的方法。
转载请注明原文地址:https://kaotiyun.com/show/a49p777K
0

相关试题推荐
最新回复(0)