Hi ,
In the marcus tutorial of
java io he asked a question at last
Which of the following statements are true?
1) Java uses a system called UTF for I/O to support international character sets
2) The RandomAccessFile is the most suitable class for supporting international character sets
3) An InputStream class may not be chained to an OutputClass
4) File I/O activities requires use of Exception trapping
and given answer is 1,3,4. i have question on answer '3'.
In the explanation of answer he said :
InputStreams can only be chained to other OutputStreams and OutputStreams can only be chained to other OutputStreams.
I think he wants to say
InputStreams can only be chained to other InputStreams and �... please correct me if I am wrong.
Please help me.
vivek