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
Explain about wait() method?
State the main difference between c++ and java?
What is a for loop in java?
Can we define private and protected modifiers for the members in interfaces?
How do you decide when to use arraylist and linkedlist?
What is bytecode in java ?
How are the elements of a gridbaglayout organized?
What is the use of callablestatement?
What is string immutability?
Is heap stored in ram?
What is boolean strategy?
What is meant by main method?
Is array dynamic in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is the purpose of finalization in java programming?