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
When is the best time to validate input?
What method is invoked to cause an object to begin executing as a separate thread?
What is in-memory replication?
What is synchronization and why is it important?
What is the difference between the font and fontmetrics classes?
Name three component subclasses that support painting?
What is a tasks priority and how is it used in scheduling?
What modifiers may be used with an interface declaration?
What are the types of scaling?
Why is actionform a base class rather than an interface?
Why use POJO when I can use hashmap
What is ioc concept & explain it?
To what value is a variable of the string type automatically initialized?
When a thread blocks on i/o, what state does it enter?
Is “abc” a primitive value?