What is serializable interface?
Answer Posted / manish mathur
Serializable interface is used to create classes which
enable the transfer of any binary object over a
communication channel by transferring all the data of the
object in a byte by byte manner.
| Is This Answer Correct ? | 94 Yes | 11 No |
Post New Answer View All Answers
Does a class inherit the constructors of its superclass in java programming?
How to use Media tracker Class.
What is a treeset class?
What is the use of put method?
What do you mean by of string::valueof expression in java 8?
What is the requirement of thread in java?
Why collection is called framework in java?
Can main() method in java can return any data?
Why deletion in linkedlist is fast than arraylist?
Why stringbuilder is not thread safe in java?
Can you change array size in java?
What is an escape character in java?
Explain the init method?
What is object in java?
Why charat is used in java?