Author | Topic: true/false |
Umesh ranch hand |
posted April 13, 2000 09:30 PM
Which of the following statements are true? A. Java uses a system called UTF for I/O to support Can any one help me to understand answer C ? Thanks in advance.
|
Paul Wheaton sheriff |
posted April 14, 2000 10:39 AM
There is a pipe construct so you can connect an InputStream to an OutputStream. I can't remember what it is called, but I do know that I used it once.
|
maha anna bartender |
posted April 14, 2000 10:51 AM
Umesh, I waited for someone to respond. Ok. Here is some thought. A. Java uses a system called UTF for I/O to support international character sets B. The RandomAccessFile is the most suitable class for supporting international character sets C. An instance of FileInputStream may not be chained to an instance of FileOutputStream D. File I/O activities requires use of Exception handling regds [This message has been edited by maha anna (edited April 14, 2000).]
|
| | |