-
Which of these process occur automatically by the java runtime system?
-
- c) File Filtering
- Serialization
- Garbage collection
- Externalization
- 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.