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 the difference between Resultset and Rowset.

6 Answers   IBM, Wipro,


what is aggregation in java?

0 Answers   IBS,


Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.

1 Answers   NIIT,


Explain about automatic type conversion in java?

0 Answers  


What are the super most classes for all the streams?

1 Answers  






What is the difference between and ?

0 Answers  


Is it possible to do method overloading and overriding at a time

3 Answers   L&T,


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


How do you convert string to int in java?

0 Answers  


Can we overload run() method in java?

0 Answers  


What will happen if we declare don’t declare the main as static?

1 Answers  


what is check p object in java

1 Answers   TCS,


Categories