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
Explain about the dynamic behavior of core java?
Can the garbage collection be forced by any means?
How can u increase the heap size in the memory?
How many types of string data types are there?
What is difference between class and object in java?
What is the purpose of return statement?
How can we find the actual size of an object on the heap?
What are java packages? What is the significance of packages?
How to create a custom exception?
what is enumset?
What is a ternary operator in java? What is an interface?
Can a lock be acquired on a class in java programming?
what is thread? What are the high-level thread states? : Java thread
Why are the destructors for base class and derived class called in reverse order when the program exits
Is empty string in java?