Answer Posted / dipen jadav
Serialization is the process of writing the state of an
object to byte stream.
De-serialization is the process of restoring these objects.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When a thread blocks on i/o, what state does it enter?
What modifiers may be used with an interface declaration?
What is the difference between session and entity beans?
What restrictions are placed on the values of each case of a switch statement?
What is in-memory replication?
Describe, in general, how java's garbage collector works?
What are the steps to write p-to-p model application?
Have you used threads in Servelet?
What is jboss?
Why use a datasource when you can directly specify a connection details?
What is the purpose of the wait() method?
When is the best time to validate input?
Do you think that java should have had pointers?
What are the different methods of identifying an object?
Write a singleton program?