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 reverse sort a list in java?
How can you set the applet size?
Why do we use variables?
can I implement my own start() method? : Java thread
What do you mean by access modifier?
What are heterogeneous objects?
What do you mean by singleton class in java?
How will you call an Applet using Java Script Function?
What is mutable object and immutable object?
Is intellij better than eclipse?
What is the difference between object oriented programming language and object based programming language?
How do you create a method in java?
Why do we need variables?
What is balanced tree in java?
Why use string handling in Java?