Answer Posted / mohan
The process of saving the state of the object in the byte
stream and send it over the network.. it is really useful in
cases like if u want to transfer object state over the
network..and at the receiving end we can deserialize it and
restore the object state .. but here u need to explicitly
type cast into desired object..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is var keyword ?
is there a separate stack for each thread in java? : Java thread
Why do you canvas?
Why collection is called framework in java?
Can you inherit from an abstract class java?
Is call by reference possible in java?
Write a function for palindrome and factorial and explain?
Can we use both this () and super () in a constructor?
what r advatages of websphere? & how to deploy?
What is communist flag?
Where is java located?
Can an interface extend a class?
What are thread priorities and importance of thread priorities in java?
What is meant by vector class, dictionary class, hash table class, and property class?
Describe 2 different ways to concatenate two strings.