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
How do you know if a value is nan?
Can we override constructor?
What does the “static” keyword mean?
How to run a JAR file through command prompt?
Explain the difference between the public, private, final, protected, and default modifiers?
Which class is the superclass of all classes?
What are different types of expressions?
What differences exist between iterator and listiterator?
What do you mean by platform independence? What is an interface?
What type of variable is error flag?
What is default locale java?
What is a protected method?
What is array size in java?
Why is static used?
What is the program compilation process?