Home Answers Viewqa Java-Beginners Serializalble and Externalizable

 
 


samar
Serializalble and Externalizable
1 Answer(s)      2 years and 7 months ago
Posted in : Java Beginners

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 Pages:
Serializalble and Externalizable
Serializalble and Externalizable  hello, What is the difference between Serializalble and Externalizable interface?   hiii, When you use... complex object serailization process. When you use Externalizable interface, you
Java Serializalble interface
Java Serializalble interface  What is the difference between Serializalble and Externalizable interface
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
between Serializalble and Externalizable interface?  Answer: When... methods in the Externalizable interface? Answer: There are two methods in the Externalizable interface. You have to implement these two methods
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
is Externalizable Interface ?  Answer: Externalizable interface is a subclass of Serializable. Java provides Externalizable interface that gives you more control over
Core Java Interview Question, Interview Question
is Externalizable Interface ?  Answer : Externalizable interface is a subclass of Serializable. Java provides Externalizable interface that gives you more
Core Java Interview Question, Interview Question
the Serializable or Externalizable interface before it can be written to a stream
Java Interview Questions - Page 2
in a class's inheritance hierarchy implements Serializable or Externalizable
Java Interview Questions - Page 11
? Answer: An object must implement the Serializable or Externalizable
Lack of Streaming leads to Screaming - Java Tutorials
for * Serializable classes. (Do not lookup for * Externalizable
Classes and Interfaces of the I/O Streams
types.  Externalizable This is written in Serializable Stream
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
Input And Output
the java primitive data types. Externalizable

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.