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
What are different data structures in java?
In the below example, how many string objects are created?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
How many bytes is a string?
hr interview how many minutes asking question
Which methods are used during serialization and deserialization process?
What is a loop java?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
How will you reverse a link list without using recursion?
How to create a base64 decoder in java8?
What are the fileinputstream and fileoutputstream?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is number data type in java?
What is a treemap in java?
How infinite loop is declared?