ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
what is meant by serialization?
 Question Submitted By :: Sushil
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is meant by serialization?
Answer
# 1
Serialization is the process of translating a state of an
object into a stream of bytes. 

The process of reconstructing an object from a stream of
bytes that represent its serialized state is called
de-serialization.

Serialization is mostly used when the state of objects have
to be written to persistent storage for later retrieval or
for transfer over a network.
 
Is This Answer Correct ?    1 Yes 0 No
Ranganathkini
 
  Re: what is meant by serialization?
Answer
# 2
serialization is the mechanism by which youcan save
the state of an object by converting in to a byte stream.
 
Is This Answer Correct ?    0 Yes 1 No
Shakir Khan
 
 
 
  Re: what is meant by serialization?
Answer
# 3
Serialization is the process of storing object properties.
To avoid serialization we use transient modifier.
 
Is This Answer Correct ?    1 Yes 0 No
Animesh
 
  Re: what is meant by serialization?
Answer
# 4
serialization is the process of storing object in byte 
Stream over network or file.to avoid serialization we have 
to declare the variable as trasient.Inorder to make object 
serialisation class implement serilazable 
interface.Serializable Interface is an Marker 
interface.Marker interface doesn't contain any method.so 
how it works? it will call the object class methods.
 
Is This Answer Correct ?    1 Yes 0 No
Lala
 
  Re: what is meant by serialization?
Answer
# 5
Serialization is the process of saving the object state 
into an output stream
 
Is This Answer Correct ?    1 Yes 0 No
Ravikiran
 
  Re: what is meant by serialization?
Answer
# 6
Serialization is used for persistence it is done by 
implementing serializable interface which is a wrapper 
class does not have any method
 
Is This Answer Correct ?    0 Yes 0 No
Arpit
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
what is webservices? CTS1
What is the return type of read()?  2
write a simple program inheritance? Polaris1
What are the names of interfaces that doesn't consists of method/s ?  3
what is the use of private constructor in core java? Satyam3
what is the use of declaring constructor as private? Sai-Softech3
What is the difference between pageContext and page implicit objects in jsp? Merrill-Lynch6
can we create object for static class in java Marlabs3
what is polymorphism?  2
Why Wait and notify are kept in Object class although they are used only with Thread Class  2
can anyone explain me the concept of autoboxing?  1
Why const and goto are reserved keyword in java?  1
what is difference between validation.xml & validation rules.xml? BirlaSoft3
what is the difference between cd & dvd ? Satyam4
can we have virtual functions in java? Wipro4
How the elements are organized in GridBagLayout?  1
what ide u r using and wat version, how wil u build the project etc ?  2
Why null interfaces are used in Java?  2
What is a reflection package?  2
What is the functionality of Webserver?  2
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com