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
Implement two stacks using a single array.
What are the differences between throw and throws?
What are identifiers in java?
Explain try and catch keywords in java?
what is interface in java? Explain
Can we inherit inner class?
How to split arraylist elements in java?
What are the new features in java 8?
Can we override constructor in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What data type is string java?
What is floor in java?
what are Hostile Applets?
what is static import in java? Explain
Explain the JDB in depth & command line.