MCQOPTIONS
Saved Bookmarks
| 1. |
Which method of DataInputStream class reads a line from the file and returns it as a string? |
| A. | WriteInt() |
| B. | readLine() |
| C. | readInt() |
| D. | writeDouble() |
| Answer» C. readInt() | |