Multiple Choice
Which statement is NOT correct about the OutputStream.write method?
A) The method writes an int (4 bytes) to the output stream.
B) The type of the parameter for the method is int.
C) The FileOutputStream class overrides the method to write a single byte to a file.
D) The value of the parameter must be between the values of 0 and 255.
Correct Answer:

Verified
Correct Answer:
Verified
Q31: Caesar cipher uses a shift of each
Q32: Which class is used for input of
Q33: The values of the byte type range
Q34: Which expression creates an empty file named
Q35: Given a RandomAccessFile that stores a set
Q37: In Java, the byte type is a(n)
Q38: Fill in the blank in the following
Q39: Which of the following classes are related
Q40: In text format, data items are represented
Q41: The readInt and writeInt methods of the