Tuesday 6 October 2015

Why Externalization?

Externalization is same as Serialization except that writeObject() and readObject() method are called by JVM during Serialization and deserialization of object.


One thing we can do with Externalization is that you can store extra information into object like static variables and transient variables or you can add more information if we have any business need.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...