Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these is a process of writing the state of an object to a byte stream?
  2. A.
    Serialization
    B.
    Externalization
    C.
    File Filtering
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Serialization is the process of writing the state of an object to a byte stream. This is used when you want to save the state of your program to persistent storage area.


Be The First To Comment