Solved

Which Statement Is NOT Correct About the OutputStream

Question 36

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions