Discussion :: JAVA MCQs
- Which of these process occur automatically by java run time system?
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