What is the need to implement Serializable interface (with
no methods) for objects which are to be serialized ?
We can write our own functionality which writes objects to
streams then why we need to implement and tell JVM that
which objects can be serialized.
Answer Posted / th
Serializable is used
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between access specifiers and access modifiers in java?
What are the basic interfaces of java collections framework?
How to change value in arraylist java?
What is the difference between jvm and jre? What is an interface?
What is the size of int?
Is java se open source?
What is the difference between @before and @beforeclass annotation?
How do you print array in java?
Does java set allow duplicates?
Can we declare array without size in java?
What is anti pattern in programming?
What is a nonetype?
Explain the difference between protected and default access.
what is the difference between preemptive scheduling and time slicing? : Java thread
What do you understand by abstract classes?