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
Is overriding possible in java?
What will be the output of round(3.7) and ceil(3.7)?
What is yield () in java?
What is a flag value?
What is the final class?
Difference between stack and queue?
What are the three parts of a lambda expression? What is the type of lambda expression?
When is update method called?
When should you make a function static?
what is static import in java? Explain
What is data type in computer?
What are the advantages of user defined functions?
Explain what access modifiers can be used for variables?
Give me some null interfaces in java?
How is treeset implemented in java?