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
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
How many types of methods are there in java?
Explain how to convert any java object into byte array.
What is ordered map in java?
What is an example of declaration?
What is a method in java?
what do you mean by marker interface in java?
What is treeset in java collection?
What is primitive array?
Difference difference paint() and paintcomponent()?
Which class should you use to obtain design information about an object in java programming?
What is the purpose of an interface?
Is char * a string?
Is a copy constructor?