Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these is a method of ObjectInput interface used to deserialize an object from a stream?
  2. A.
    int read()
    B.
    void close()
    C.
    Object readObject()
    D.
    Object WriteObject()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Object readObject()


Be The First To Comment