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 many inner classes can a class have?
What is meant by object oriented programming – oop?
What is the use of inner class?
Is integer passed by reference in java?
Can we declare the static variables and methods in an abstract class?
Difference between class#getinstance() and new operator ?
Explain about features of local inner class?
What is unmodifiable collection in java?
What are methods?
What is jvm? Why is java called the platform independent programming language?
what are different ways in which a thread can enter the waiting state? : Java thread
What is a consumer in java?
What are the major drawbacks of external iteration?
Can we serialize static variables in java?
Explain the available thread states in a high-level?