A-A+

下列()选项不是InputStream类中的方法。A.public abstract int

2022-08-05 20:44:46 问答库 阅读 172 次

问题详情

下列()选项不是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请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:B

考点:选项,不是