| 5. |
What is one key difference between a file and a stream in Java?
Please select the best answer.
|
| |
A.
|
It is possible to jump around in a stream but not in a file. |
| |
B.
|
It is possible to jump around in a file but not in a stream. |
| |
C.
|
There is no difference â a file is a type of stream. |
| |
D.
|
Files are always larger than streams. |