September 2005
Beginner
576 pages
13h 6m
English
To see whether you took a big enough byte from the tree of knowledge during this hour, answer the following questions about input and output streams in Java.
| 1: | Which of the following techniques can be used to convert an array of bytes into a string?
|
| 2: | What kind of stream is used to read from a file in a Java program?
|
| 3: | What method of the File class can be used to determine the size of a file?
|
| A1: | c. You can deal with each byte individually, as suggested in answer b., but ... |
Read now
Unlock full access