| 31. |
To achieve performance, the DataInputStream class comes with some special methods like?
|
||||||||
|
Answer:
Option (d) |
| 32. |
Which method of DataInputStream class reads a line from the file and returns it as a string ?
|
||||||||
|
Answer:
Option (b) |
| 33. |
Java application uses an output stream to read data from a source, it may be a file, an array, peripheral device or socket?
|
||||
|
Answer:
Option (b) |
| 34. |
Both InputStream and OutputStream class is an abstract class. It is the superclass of all classes representing an output stream of bytes.
|
||||
|
Answer:
Option (a) |