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
What is the use of a conditional inclusion statement in Java ?
What is an example of character?
What are the 8 data types in java?
Explain the use of javap tool.
What is an argument in java?
What is static import in java?
Can a static block throw exception?
What is a buffer in computer?
How do you join strings in java?
When is update method called?
Is empty string in java?
What is break and continue statement?
What is the difference between multitasking and multithreading in Java
How do you compare characters in java?
How do constructors use this() and super()?