Blog

Your blog category

Externalizable Interface : Important Interview Question

Externalizable Interface in Java Just like Serializable Interface, Externalizable Interface  is also used to serialize and deserialize the object. In serialization, it is always possible to save the total object to file, it is not possible to save a part of object, which may create performance problem. So, to overcome these problem Externalizable Interface was

Externalizable Interface : Important Interview Question Read More »

Scroll to Top