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
Is java jre still free?
What is ascii format?
When throws keyword is used?
Which is better 64 bit or 32 bit?
What is the difference between serial and throughput garbage collector?
Differences between traditional programming language and object oriented programming language?
What is the difference between yield() and sleep()?
How to perform linear search in java?
What is floor math?
What is meant by null and void?
what is use of functional interface in java 8?
Can we have multiple catch block for a try block?
What is binary tree in java?
How many bytes is double?
What is the purpose of abstract class?