What is Externalizable?

What is Externalizable?

Hi,

What is Externalizable?

Thanks,

View Answers

April 16, 2013 at 10:55 AM

Hi friend,

Externalizable is an interface which allows you to serialize your object in your own way or according to the custom rule that you have defined. Externalizable interface extends the Serializable interface and adds writeExternal() and readExternal() methods that are automatically called on object's serialization and de-serialization for providing the control over process. When you are using Externalizable interface to externalize object you must be required a default (no-argument) public constructor of implementing class.

For reading Java Serializable interface please go through the following link

http://www.roseindia.net/java/java-exception/serializable-exception.shtml









Related Tutorials/Questions & Answers:
what is bit
what is hibernate.archive.autodetection
Advertisements
what is hibernate.archive.autodetection
what is hibernate.archive.autodetection
what is hibernate.archive.autodetection
what is hibernate.archive.autodetection
What is procedure
what is hibernate.archive.autodetection
What is Hibernate
What is Hibernate
What is JDBC?
What is FBT
What is ActionServlet?
What is Trigger?
What is VLR ?
What's PHP ?
What is an interface?
What is DML?
What is Index?
What is SQLLoader?
What is a "constraint"?
what is Savepoint ?
What is this keyword?
what is collections?
what are indices?
What is Hibernate
What is Hibernate
What is Externalizable?
What is the % operator?
What is casting?
What is IOC ?
What is SQLExceptionTranslator?
What is DataAccessException?
What are Struts?
What is WAP?
What is SPOOL?
What is CRM?
What is webservices?
What is Ajax?
What is NSRangeException
What is portal
what is posting?
What is a tuple?
What is workflow
what is RUP?
What was ENIAC
What is an Iterator?
What is WSP?
What is CDPD ?
What is RMS ?

Ads