When we use Externalizable interface,we have a complete control over class's serialization process.The Externalizable interface has two methods namely writeExternal() and readExternal(, which are to be overridden for the purpose of object serialization process. writeExternal() method is used to save the contents of an object. readExternal() method is used to restore the contents of an object.
October 16, 2010 at 11:51 AM
When we use Externalizable interface,we have a complete control over class's serialization process.The Externalizable interface has two methods namely writeExternal() and readExternal(, which are to be overridden for the purpose of object serialization process. writeExternal() method is used to save the contents of an object. readExternal() method is used to restore the contents of an object.
Related Pages:
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
Externalizable..... Externalizable..... Give simple program for Externalizable concept
Externalizable
Externalizable Give any program for Externalizable interface
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
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
of Serializable. Java provides Externalizable interface that gives you more control over...
Core Java Interview Question Page 11
 ...: Serialization is the process of writing complete state of java object
Java Interview Questions 3 Java
Interview Questions page 3
 ... methods in the Externalizable interface?
Answer: There are two
methods in the Externalizable interface. You have to implement these two
methods
Core Java Interview Question, Interview Question
is a subclass of Serializable. Java provides Externalizable interface that gives you more...
Core Java Interview Question Page 7
 ... of java object into output stream, that stream can be file or byte array or stream
Core Java Interview Question, Interview Question
Core Java Interview Question Page 21
 ... is your platform's default character encoding?
Answer: If you are running Java on English Windows platforms, it is probably Cp1252. If you are running Java
Java Interview Questions - Page 2
Java Interview Questions - Page 2
 ....
Question: What is the main difference between Java platform and other platforms?
Answer: The Java platform differs from most other platforms
Lack of Streaming leads to Screaming - Java Tutorials
Lack of Streaming leads to Screaming
2002-05-24 The Java Specialists....
Welcome to the 46th edition of The Java(tm) Specialists'
Newsletter... of tips on how to do complicated things in
Java. The electronic book was put
Java Interview Questions - Page 11 Java Interview Questions - Page 11
 ...?
Answer: An object must implement the Serializable or
Externalizable... own scrolling.
Question: What is a Java package and how is it used