Explain Object Serialization and it can be used?
Answers were Sorted based on User's Feedback
Answer / devarathnam c,kotagudibanda(po
Hi,
Object Serialization: It is process of storing an object
state as permanently in the file(secondary storage).Java is
internet language ,so we need to serialize an object
into "bit-blobs" streams inorder to send an object(s) over
the network.To achieve this task we can use "Serializable"
interface(Marker interface),"ObjectOutputStream"
and "ObjectInputStream" classes also plays key role in the
Serialization process.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / abhijeet chalke
By implementing Seralizable interface we can store state of
an object which is very much important in j2ee application
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / senthil
implementing Seralizable interface we can store state of
an object which is very much important in advanced java
application
Is This Answer Correct ? | 1 Yes | 0 No |
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
What is deadlock?
What are the advanatages of RMI ?
How to determine SGA site?
What is the relationship between local interfaces and container-managed relationships?
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?
how can u cal servlet from java?
whats is mean by tiles in struts
What state does a thread enter when it terminates its processing?
Explain Object Serialization and it can be used?
What is scalable, portability in the view of J2EE?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,