GIAC
GSSP-JAVA · Question #115
Which of the following methods is defined by ObjectOutputStream?
The correct answer is C. void write(byte buffer[]). See the full explanation below for the reasoning.
Question
Which of the following methods is defined by ObjectOutputStream?
Options
- Achar readChar()
- Bint readInt()
- Cvoid write(byte buffer[])
- Dint available()
How the community answered
(32 responses)- A13% (4)
- B3% (1)
- C81% (26)
- D3% (1)
Community Discussion
No community discussion yet for this question.