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   SiteMap shows list of All Categories in this site.
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 serializable interface?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is serializable interface?
Answer
# 1
to serialize the objects
 
Is This Answer Correct ?    10 Yes 15 No
Priyavarzhni
[SRM Infotech]
 
  Re: What is serializable interface?
Answer
# 2
Serializable interface is used to create classes which 
enable the transfer of any binary object over a 
communication channel by transferring all the data of the 
object in a byte by byte manner.
 
Is This Answer Correct ?    24 Yes 5 No
Manish Mathur
 
 
 
  Re: What is serializable interface?
Answer
# 3
Serialization is the process of writing complete state of 
java object into output stream, that stream can be file or 
byte array or stream associated with TCP/IP socket.
 
Is This Answer Correct ?    16 Yes 3 No
Manish Mathur(a3logics ,jaipur
 
  Re: What is serializable interface?
Answer
# 4
serialization is the interface, which is used to serialize 
(convert object into byte )the object, we can use this in 
the situation for result pass over to any medium like 
output stream,writer,bytearrayouputstream (and also persist 
into stable storage).
 
Is This Answer Correct ?    3 Yes 2 No
Murugan
 
  Re: What is serializable interface?
Answer
# 5
serializable interface is a marker interface which has no
methods at all
 
Is This Answer Correct ?    16 Yes 1 No
Ravikiran(aptech Mumbai)
 
  Re: What is serializable interface?
Answer
# 6
serialization is the interface that convert object into byte
stream. and this objects saved to local discs by
ObjectOutputStream and ObjectInputStream.and this Object can
be send over the network.
 
Is This Answer Correct ?    7 Yes 2 No
Prakash
 
  Re: What is serializable interface?
Answer
# 7
Serializable interface is implemented by a class ,whose 
objects state can be saved into any outputstream .This is 
mainly useful in RMI[Remote Method Invocation] .
 
Is This Answer Correct ?    8 Yes 1 No
Narendravarma Mallapuraju
 
  Re: What is serializable interface?
Answer
# 8
not interested in faltoo
 
Is This Answer Correct ?    0 Yes 1 No
Abcd
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
Difference between String and StringBuffer. IBM3
what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!  5
Can you call a constructor within a constructor?  6
Difference between Application and Applet ? Wipro3
explain System.out.println IBM41
whats is the use of final,in which situation final can be used in the application? DNS2
11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.  1
what are the purposes of native, transiant key words?  2
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do? KPIT3
What is the immediate superclass of the Dialog class?  1
Is there any need to import java.lang package? Sun-Microsystems9
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service Accenture2
What are concepts of OOPS and how are they implemented in Java? KPIT2
What is "Java Native Interface" and how to use it? IBM1
what is difference Between Core Java and advance java HCL19
How to re-get an object that is collected by garbage collector?  1
what is bytecode? watz the difference between machine code and bytecode? Oracle4
What is the diff. b/w Interfaces & Abstract class? Ericsson4
explain the concept of inheritance with an example? Polaris5
what is difference between Action messages and Action errors? TCS1
 
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