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 are the methods available in a class?
What is difference between synchronize and concurrent collection in java?
Is java programming easy?
How does hashmap work in java ?
What does singleton mean in java?
Is java a utf 8 string?
Is ++ operator is thread safe in java?
Define nashorn in java8.
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Variables used in a switch statement can be used with which datatypes?
what is the significance of listiterator in java?
What is the difference between sleep and wait in java?
What is the use of object and class classes?
Write a method to check if input string is palindrome?
Explain method overloading?