Which of the following statements are true?
a. All methods in FileInputStream/FileOutputStream are inherited from InputStream/OutputStream.
b. You can create a FileInputStream/FileOutputStream from a File object or a file name using FileInputStream/FileOutputStream constructors.
c. The return value -1 from the read() method signifies the end of file.
d. A java.io.FileNotFoundException would occur if you attempt to create a FileInputStream with a nonexistent file.
e. A java.io.FileNotFoundException would occur if you attempt to create a FileOutputStream with a nonexistent file.
abcd
You might also like to view...
Data ________ ensures that the data contained in a database is accurate and reliable
A) redundancy B) integrity C) consistency D) efficiency
January, February, March is an example of a ________ marker
A) data series B) data group C) data D) data control