1.

Which of these process occur automatically by the java runtime system?(a) Serialization(b) Garbage collection(c) File Filtering(d) All of the mentionedThe question was asked during an internship interview.This intriguing question originated from Serialization topic in division Serialization & Networking of Java

Answer»

Right OPTION is (a) Serialization

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions