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 are the data types supported by java? What is autoboxing and unboxing?

0 Answers  


What is a stream? what are the different types and classes of Streams?

2 Answers  


How can you write a loop indefinitely in java programming?

0 Answers  


What is java reflection api?

0 Answers  


What is immutable state?

0 Answers  






Why generics are used in java?

0 Answers  


List some important characteristics on jre

0 Answers  


Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?

5 Answers   Google,


What are register variables what are the advantages?

0 Answers  


can we write program without class

6 Answers   TCS,


What happens when main () method is declared as private?

0 Answers   Tech Mahindra,


Can we use a default constructor of a class even if an explicit constructor is defined?

0 Answers  


Categories