What is serializable interface?
Answer Posted / atul singhal
Serializable is an Interface, which is used to convert an
object into byte, whose objects state can be saved into any
local disc by ObjectOutputStream and ObjectInputStream.
This byte form of an object will used to transfer over the
Network. This is mainly used in RMI.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain thread life cycle in java?
What is singleton class and how can we make a class singleton?
What is multi-catch block in java?
What is time complexity algorithm?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Can an integer be null java?
What is the size of an array?
How to store image in arraylist in java?
Objects or references which of them gets garbage collected?
Explain 5 io best practices?
What is an association?
Can abstract class have private constructor?
What is the use of predicate in java 8?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Give me some null interfaces in java?