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 |
What is DTD?
What are the methods used for inter-thread communication? and in what class these methods are defined?
whats is statement and procedure
Explain the stub's and skeleton's functionality?
Which container method is used to cause a container to be laid out and redisplayed?
What are the various thread priorities?
When is the best time to validate input?
what are memory considerations of jsp compares to other web components?
Explain phantom read?
Why is main purpose of XML?
what is a non-repeatable read?
How to pass parameters in RMI?