Home / CSE MCQs / JAVA MCQs :: Serialization - Java

CSE MCQs :: 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

    Discuss Discuss in Forum


  3. Which of these class extend InputStream class?
  4. A.
    ObjectStream
    B.
    ObjectInputStream
    C.
    ObjectOutput
    D.
    ObjectInput

    View Answer

    Workspace

    Discuss Discuss in Forum