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 |
how team leaders assign work for the team member like through papers,word document
How will you pass parameters in RMI? Why do you serialize?
Describe responsibilities of Activator?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
Can I run seam outside of jboss as?
Have you used threads in Servelet?
what is the Scope of Final Keyword in Java?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is meant by multi-threading?
whats is mean by filter?
What is RMI and what are the services in RMI?