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
make a method which any number and any type of argument and print sum of that arguments.....
What is Java Package and which package is imported by default?
What do you mean by byte code?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Can we sort list in java?
What is the length of a string?
What is entry in java?
Explain the reason behind ending a program with a system.exit(0)?
What are java annotations?
What are reference variables in java?
How do you override a private method in java?
Can you sort a list in java?
What does the “final” keyword mean in front of a variable? A method? A class?
What is the size of int in 64-bit jvm?
How many ways can we create singleton class?