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 |
How to add new JTabbed pane?
can a static method be overridden
What is RRL?
What is the difference between ear, jar and war file?
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What are transaction attributes?
Why is main purpose of XML?
What invokes a thread?s run() method?
What is metaspace?
What are the different algorithms used for clustering?
What is the difference between the font and fontmetrics classes?