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
What is the difference between an array and an array list?
How do we access static members in java?
What is an image buffer?
enlist some features of jdk.
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
When to use runnable interface vs thread class in java?
What are new features introduced with java 8 ?
Why should I use abstract class?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Can a class be private?
What is a wrapper method?
Can you have two constructors in java?
Explain notifyall() method of object class ?
How do you check if a character in a string is a digit or letter?
What is empty string literal in java?