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  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 ?    10 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 ?    2 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 ?    2 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 ?    1 Yes 0 No
Arpit
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
How can be define MARKER interfce in java  1
what modifiers are used with top-level class?  2
methods in Applet?  1
What is Overriding and how can it be used? Wipro5
what is the use of abstract class? AMDOC2
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.  2
Name the types of 'priority'?  2
what is an object class?Explain its methods?  3
Difference between Hash Table and Hash Map? Persistent7
Define Compiling?  2
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?  3
How to transfer data from an Applet to Servlet ?  1
System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0 Accenture6
what models are available for event handling?  1
What is Exception handling in Java How do you handle run time errors please explain with an example TCS2
waht happens when a return type ,even void is specified for a constructor?  10
What is I/O Filter? TCS1
Difference between an argument and a parameter? HCL4
what is the diff between Servletcontext and servletconfig?  5
what is stringtolennizer with example? Symphony1
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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