which methods consisting of the serilizable interface?

Answers were Sorted based on User's Feedback



which methods consisting of the serilizable interface?..

Answer / balu

There are no methods in the serializable interface.it is a
marker interface.

Is This Answer Correct ?    7 Yes 0 No

which methods consisting of the serilizable interface?..

Answer / abhi

actually there are two methods on serializable interface.one
is readObject and writeObject.If u implement that two method
then it behave as a normal interface.if not then it is
marker interface.

Is This Answer Correct ?    3 Yes 2 No

which methods consisting of the serilizable interface?..

Answer / guest

no methods at all marker interface it is

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is garbage collector?

0 Answers  


Write code of any action class?

0 Answers  


What is the arguement of main method?

1 Answers  


how can i use a nonsynchronized hashtable?

0 Answers   CoreObjects,


What is a string token?

0 Answers  






how many ways we can serialize the java object?

2 Answers   Satyam,


What does g mean in regex?

0 Answers  


What are the benefits of operations?

0 Answers  


Write a program to find the greatest of three numbers in java?

0 Answers  


how to create constants in java?

0 Answers  


what is the difference between String and StringBuffer classes?

2 Answers   Infosys,


Can we have more than one package statement in source file ?

0 Answers  


Categories