Answer Posted / hrindows@gmail.com
Serialization is the process of converting the state of an object into a form (a stream of bytes) to be persisted or transported. Deserialization converts a stream into an object and is the opposite of serialization. These processes allow data to be stored and transferred.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is synchronization?
How are commas used in the intialization and iteration parts of a for statement?
Can I use multiple html form elements with the same name?
To what value is a variable of the string type automatically initialized?
Can we sent objects using Sockets?
Is it possible to stop the execution of a method before completion in a sessionbean?
Define aop(assepct oriented programing)?
how to use debug in my elipse to solve problems that exist in my project
What state does a thread enter when it terminates its processing?
Why a client should be multithreading? Explain.
What modifiers may be used with an inner class that is a member of an outer class?
Is “abc” a primitive value?
Java is fully object oriented languages or not?
What is scalable, portability in the view of J2EE?
Which containers use a border layout as their default layout?