Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these process occur automatically by java run time system?
  2. A.
    Serialization
    B.
    Garbage collection
    C.
    File Filtering
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Serialization and deserialization occur automatically by java run time system, Garbage collection also occur automatically but is done by CPU or the operating system not by the java run time system.


Be The First To Comment