Answer Posted / sudhakar rao
Serialization is a marker interface to tell the jvm that
the class extending Serializable interface wants to persist
or write its state over the output stream. All the
variables other than transient type can only be persisted.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Which collection is best for sorting in java?
Why method overriding is used?
What exceptions occur during serialization?
What are loops in java? What are three types of loops?
What is prefix of a string?
What is the full meaning of java?
Which package is always imported by default?
What is a protected class in java?
What is empty string literal in java?
How can we use primitive data types as objects?
Is integer a class?
Which class is the superclass of all classes?
Why collection doesn’t extend cloneable and serializable interfaces?
How do I stop concurrentmodificationexception?
Is arraylist ordered?