nerdexam
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)
  • A
    13% (4)
  • B
    3% (1)
  • C
    81% (26)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice