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

Explain what is encapsulation?

0 Answers  


What are the override methods in Object class?

2 Answers   Tech Mahindra, Wipro,


what is purpose of writting public static void main(Strind arg[]) in java..?

4 Answers   ITC Infotech,


I want to re-reach and use an object once it has been garbage collected. How it's possible?

0 Answers  


Why declare Main() method as a static in java ?

0 Answers   HCL,






What is a null class?

0 Answers  


What language is java written?

0 Answers  


What is treemap in java?

0 Answers  


What is the internal implementation of set in java?

0 Answers  


Is alive in java?

0 Answers  


What are the Class Libraries ?

0 Answers   Wipro,


What is regex java?

0 Answers  


Categories