how many ways we can serialize the java object?
Answer Posted / manikandansit
in two ways we can serialize java object by implementing
Serializable and Externalizable interface
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How many bits is size_t?
How is treeset implemented in java?
What happens when I use / and % with a negative numerator?
What is the use of singleton class?
Can we change the scope of the overridden method in the subclass?
What is final modifier?
What is difference between checked and unchecked exception in java?
What is a literal coding?
What is double parsedouble in java?
Why are getters and setters used?
What is meant by null and void?
Write a java program to count the number of words present in a string?
what is predefined function in java?
Can we overload the main() method?
what are abstract functions?