Serialization & De-serialization in Java
Leave a reply
When you create a class, you may create an object for that particular class and once we execute/terminate the program, the object is destroyed by itself (Garbage Collector thread). What happens if you want to call that class without re-creating the object. In those cases what you do is that, we use the serialization concept Continue Reading »