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

How do you write a scanner class in java?

0 Answers  


How Marker Interfaces are instruct to complete the desired need ?

2 Answers  


What is the difference between the paint() and repaint() methods?

0 Answers  


What is the purpose of object oriented programming?

0 Answers  


What is difference between string and new string?

0 Answers  






what is the difference b/w PUT and POST method to send data to the server

5 Answers   Mind Tree,


What is empty list in java?

0 Answers  


What are desktop procedures?

0 Answers  


What is default constructors?

0 Answers  


Explain the difference between private, public, package and protected in java?

0 Answers  


What is a hashmap used for?

0 Answers  


What language is pass by reference?

0 Answers  


Categories