Answer Posted / sampath
serialization is an interface.it as no methods.This is a
marker interface. The actual data object by
converting it to a byte stream.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is adapter in java?
If we don’t want some of the fields not to serialize how to do that?
What is a substitution variable?
What is a local, member and a class variable?
What is a class in java?
Does substring create a new object?
What are green threads in java?
What is a string what operation can be performed out with the help of a string?
Explain about procedural programming language or structured programming language and its features?
Can you access the private method from outside the class?
Difference between operator overloading and function overloading
Difference between object instantiation and construction ?
What is singleton service?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is not thread safe?