Serializalble and Externalizable

Serializalble and Externalizable

hello,

What is the difference between Serializalble and Externalizable interface?

View Answers

October 25, 2010 at 12:32 PM

hiii,

When you use Serializable interface, your class is serialized automatically by default.

But you can override writeObject() and readObject()two methods to control more complex object serailization process.

When you use Externalizable interface, you have a complete control over your class's serialization process.









Related Tutorials/Questions & Answers:
Serializalble and Externalizable
Serializalble and Externalizable  hello, What is the difference between Serializalble and Externalizable interface?   hiii,ADS... to control more complex object serailization process. When you use Externalizable
Java Serializalble interface
Java Serializalble interface  What is the difference between Serializalble and Externalizable interface
Advertisements
Externalizable.....
Externalizable.....  Give simple program for Externalizable concept
Externalizable
Externalizable  Give any program for Externalizable interface
What is Externalizable?
What is Externalizable?   Hi, What is Externalizable? Thanks
Java Externalizable
Java Externalizable  What is Externalizable?  When we use Externalizable interface,we have a complete control over class's serialization process.The Externalizable interface has two methods namely writeExternal
Java Interview Questions 3
is the difference between Serializalble and Externalizable interface? ...: . How many methods in the Externalizable interface? Answer: There are two methods in the Externalizable interface. You have to implement these two
java - Java Interview Questions
in advance Vinod   Hi friend... Externalizable interface : When... but Externalizable interface provides facility to complete control over serialization process... externalization must implement Externalizable interface and override
Core Java Interview Question, Interview Question
){ e.printStackTrace(); } Question: What is Externalizable Interface ?  Answer: Externalizable interface is a subclass of Serializable. Java provides Externalizable interface that gives you more control over what is being serialized
Core Java Interview Question, Interview Question
e){ e.printStackTrace(); } Question: What is Externalizable Interface ?  Answer : Externalizable interface is a subclass of Serializable. Java provides Externalizable interface that gives you more control over what is being
Java Interview Questions - Page 2
Serializable or Externalizable, that class is serializable.ADS_TO_REPLACE_3
Java Interview Questions - Page 11
implement the Serializable or Externalizable interface before it can be written
Core Java Interview Question, Interview Question
or Externalizable interface before it can be written to a stream as an object. Question
Important Interview Questions in Core Java
_TO_REPLACE_27 Ques: What is externalizable? Ans: View: http://www.roseindia.net/answers/viewqa/Java-Beginners/30197-What-is-Externalizable-.html
Classes and Interfaces of the I/O Streams
primitive data types.  Externalizable This is written
Interview Questions - Struts Interview Questions
. The class should implement Externalizable interface. This interface contains
input output
. Externalizable This is written in Serializable Stream. It save and store

Ads