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
Can one thread block the other thread?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is __ init __ functions?
What are different access specifiers in java? Explain
What is the reason behind using constructors and destructors?
What is the name of the java compiler?
How do you override a variable in java?
What are static blocks and static initalizers in java ?
What data type is a string?
what is meant by Byte code concept in Java?
What is 16 bits called?
Why can't we make a class private in java?
What are keywords give examples?
What is the synonym of framework?
How do you trim a space in java?