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 the purpose of garbage collection in Java?

0 Answers   BirlaSoft,


What is meant by tab pans?

0 Answers  


Difference between current previous versions of Java?

0 Answers   Atos Origin,


Why is java called java?

0 Answers  


Can a constructor be made final?

0 Answers  


Why is inheritance used in java?

0 Answers  


Can we have two methods in a class with the same name?

0 Answers  


What are different types of states exist for a thread?

0 Answers  


Which number is denoted by leading 0x or 0x in java?

0 Answers  


What is the difference between == and === javascript?

0 Answers  


Can list have duplicates in java?

0 Answers  


What are data types in programming?

0 Answers  


Categories