| 4. |
Java 1.1 introduced a second set of stream classes alongside the original InputStream and OutputStream hierarchy. What is the primary advantage of these new classes?
Please select the best answer.
|
| |
A.
|
They read and write data faster than InputStream and OutputStream. |
| |
B.
|
They handle character-based I/O with proper Unicode and encoding support. |
| |
C.
|
They replace InputStream and OutputStream entirely in modern Java. |