Java Externalizable

Java Externalizable

What is Externalizable?
View Answers

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.

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 Tutorials/Questions & Answers:
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
Advertisements
Externalizable
Externalizable  Give any program for Externalizable interface
What is Externalizable?
What is Externalizable?   Hi, What is Externalizable? Thanks
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
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
: Externalizable interface is a subclass of Serializable. Java provides... Core Java Interview Question Page 11  ...: Serialization is the process of writing complete state of java object
Core Java Interview Question, Interview Question
; Answer : Externalizable interface is a subclass of Serializable. Java... Core Java Interview Question Page 7   ... of java object into output stream, that stream can be file or byte array or stream
Java Interview Questions 3
Java Interview Questions page 3   ...: . How many methods in the Externalizable interface? Answer: There are two methods in the Externalizable interface. You have to implement these two
Core Java Interview Question, Interview Question
Core Java Interview Question Page 21  ..._TO_REPLACE_8 Answer: If you are running Java on English Windows platforms, it is probably Cp1252. If you are running Java on English Solaris platforms
Important Interview Questions in Core Java
/viewqa/Java-Beginners/30197-What-is-Externalizable-.html...Important Interview Questions in Core Java Core Java refers to the fundamentals of Java, necessary to learn all essential components for being a 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
Java Interview Questions - Page 11
Java Interview Questions - Page 11   ... implement the Serializable or Externalizable interface before it can be written.... Question: What is a Java package and how is it used? Answer: 
java
java  diff bt core java and java
java
java  what is java
java
java   why iterator in java if we for loop
Java
Java   Whether Java is pure object oriented Language
JAVA
JAVA  how the name came for java language as "JAVA
java
java  explain technologies are used in java now days and structure java
java
java  different between java & core java
java
java  is java open source
java
java  what is java reflection
java
java   in java does not pointers concept but what is nullpointers in java?   nullpointer is a runtime Exception
java
what is the size of array in java ?  what is the size of array in java ? what is the mean of finalize in java
java
java  give a simple example for inheritance in java
java
java  give a simple example for inheritance in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java   What is ?static? keyword
java
java  RARP implementation using java socket
java
java  sample code for RARP using java
java
java  Does java allows multiline comments
Java
Java  how to do java in command prompt
java
java  Write a java code to print "ABABBABCABABBA
java
java  write a program in java to acess the email
java
java  send me java interview questions
java
java  how use java method
java
java  what are JAVA applications development tools
Java
Java   Whether Java is Programming Language or it is SOftware
java
java  is java purely object oriented language
java
java  why multiple inheritance is not possible in java
java
java  explain object oriented concept in java
java
java   difference between class and interface
Java
Java  how to draw class diagrams in java
java
java  write a java program using filenotfoundexception
java
java  hi im new to java plz suggest me how to master java[email protected]
java
java   How to set java Policy for applet using jdk 6

Ads