What is the need of serialize?
Answers were Sorted based on User's Feedback
Answer / sujeev kr singh
Serialization is usefull, whenever we want to send an
object over Network. When we want to persit an object
serialization is needed.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / modi[achir communication]
The need of Serialization is, it provides:
* a method of persisting objects which is more
convenient than writing their properties to a text file on
disk, and re-assembling them by reading this back in.
* a method of issuing remote procedure calls, e.g., as
in SOAP)
* a method for distributing objects, especially in
software componentry such as COM, CORBA, etc.
* a method for detecting changes in time-varying data.
| Is This Answer Correct ? | 3 Yes | 1 No |
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
What is in-memory replication?
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
What is the difference between RMI and Socket?
When you will synchronize your code?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Explain phantom read?
What is aop(assepct oriented programing)?
Why threads will block on I/O?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Is the ternary operator written x : y ? Z or x ? Y : z ?
Write a program on RMI and JDBC using StoredProcedure?