Serialization and externalization in java

Serialization is the process of writing an object state into the file. state of an object means atrributes and its values and in future if we need that object we can rebuild it from the file and  we call that process as “de serialization” so to achive serialization in java,  any class must implement one […]

Share this article on