Answer Posted / shaik baji
Serialization:
--------------
The process of holding the state of an object and transfer
it over the network is known as Serialization.
"Serializable" is an interface which doesn't contain any
methods. It's available in java.io package.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of nested class in java?
What is passed by reference and pass by value ?
What is difference in between java class and bean?
What is a file pointer?
What is the difference between class forname and new?
Where is singleton pattern used?
Is list ordered in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
what is meant by HQL?
What is the definition of tree ?
Java is Pass by Value or Pass by Reference?
How do you create a sop?
explain autoboxing in java?
How do you access command-line arguments within the code?
what is the purpose of using rmisecuritymanager in rmi?