A good answer might be:No. If the file does not open an IOException is thrown and then caught by the outer catch{} block |
Reading and Writing BytesUsually data is much more complicated that the list of integers read by the example program. But that program shows the outer logic that is needed to read most files. Sometimes the data in a file represents something other than the eight primitive Java types. For example, word processor files contain many bytes that encode fonts, page formats, and special symbols.
The
|
QUESTION 13:
Could a byte read from a file by |