主题:[讨论]SCJP考试试题解析二十一
SCJP考试试题解析二十一
我的QQ号:2535279
www.javaedu.com.cn
True or False: Readers have methods that can read and return floats and doubles.
A. Ture
B. False
解答:B
点评: Reader/Writer只处理Unicode字符的输入输出。float和double可以通过stream进行I/O.
我的QQ号:2535279
www.javaedu.com.cn
True or False: Readers have methods that can read and return floats and doubles.
A. Ture
B. False
解答:B
点评: Reader/Writer只处理Unicode字符的输入输出。float和double可以通过stream进行I/O.