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 return used for in java?
What's the difference between int and integer in java?
Is boolean a wrapper class in java?
What do you understand by the bean persistent property?
Are arrays classes in java?
What is the method in java?
What is the exact difference in between Unicast and Multicast object?
How do you stop a thread in java?
How to stop a thread in java? Explain about sleep () method in a thread?
How to make a write-only class in java?
What is arrays aslist in java?
What is downcasting?
What are heterogeneous objects?
How we can generate random numbers in java?
Is it possible to override the main method?