Home » JAVA Programming » Serialization » Question
  1. Which of these process occur automatically by the java runtime system?
    1. c) File Filtering
    2. Serialization
    3. Garbage collection
    4. Externalization
    5. None of these
Correct Option: B

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



Your comments will be displayed only after manual approval.