"SCJP 1.6版考題 144" 修訂間的差異

出自 陳富國維基館
前往: 導覽搜尋
(新頁面: Which capability exists only in java.io.BufferedWriter? A. Closing an open stream. B. Flushing an open stream. C. Writing to an open stream. D. Writing a line separator to an ...)
 
(無差異)

於 2013年3月30日 (六) 03:09 的最新修訂

Which capability exists only in java.io.BufferedWriter?
 A. Closing an open stream.
 B. Flushing an open stream.
 C. Writing to an open stream.
 D. Writing a line separator to an open stream.

解答


Ans: D

解說:

題目問那一項能力是java.io.BufferedWriter獨有的?
D 寫入一個行分隔子到一個打開的串流