InterviewSolution
Saved Bookmarks
| 1. |
Which of these process occur automatically by java run time system?(a) Serialization(b) Memory allocation(c) Deserialization(d) All of the mentionedI had been asked this question by my school teacher while I was bunking the class.This key question is from Serialization & Deserialization in portion Serialization & Networking of Java |
|
Answer» CORRECT option is (d) All of the mentioned Easy explanation: SERIALIZATION, deserialization and Memory allocation occur automatically by java run TIME SYSTEM. |
|