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
What is arrays aslist in java?
What is the original name of java?
Can we use this () and super () in a method?
How do you achieve polymorphism in java?
Name four container classes.
What is method overloading in JAVA? Why is it not present in C ?
Does constructor return any value?
What are triggers in DB? Explain their types. How do they work?
How list contains works in java?
Why is multithreading important?
Where is core java used?
What is runtime polymorphism or dynamic method dispatch?
Why we use protected in java?
Can a lock be acquired on a class in java programming?
Differece between class and generic class?