What is serializable interface?

Answer Posted / murugan

serialization is the interface, which is used to serialize
(convert object into byte )the object, we can use this in
the situation for result pass over to any medium like
output stream,writer,bytearrayouputstream (and also persist
into stable storage).

Is This Answer Correct ?    16 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between an array and an array list?

720


How do we access static members in java?

831


What is an image buffer?

723


enlist some features of jdk.

739


How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?

756


When to use runnable interface vs thread class in java?

742


What are new features introduced with java 8 ?

732


Why should I use abstract class?

768


Describe the syntax of multiple inheritance? When do we use such an inheritance?

815


Can a class be private?

697


What is a wrapper method?

751


Can you have two constructors in java?

679


Explain notifyall() method of object class ?

859


How do you check if a character in a string is a digit or letter?

765


What is empty string literal in java?

775