Why we need to serialize the object
Answer Posted / bindhu
Whenever an object is to be sent over the network, and
moreover if the state of an object is to be saved, objects
need to be serialized...
| Is This Answer Correct ? | 63 Yes | 2 No |
Post New Answer View All Answers
Explain the polymorphism principle?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is method overriding in java ?
Explain the difference between a Thread and a Process.
What is boolean strategy?
What is callablestatement? How you can call stored procedure to pass in parameter?
What is exception propagation?
Which containers use a flowlayout as their default layout in java programming?
What are the restriction imposed on a static method or a static block of code?
What is the method to expand and collapse nodes in a jtree?
Describe the various concepts related to object oriented programming (oop).
Explain how can you debug the Java code?
What is a nullable field?
What is boolean logic?
What is the difference between class forname and new?