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 mentioned |
|
Answer» Correct option is (d) All of the mentioned Easy explanation: Serialization, deserialization and Memory allocation occur automatically by java run time system. |
|