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 are the different types of sorting in java?
What is a bufferedreader?
Why use string handling in Java?
What are the advantages of arraylist over arrays?
When is the finally clause of a try-catch-finally statement executed?
What is final variable?
How java uses the string and stringbuffer classes?
What is the indent key?
What is type parameter in java?
Discuss about garbage collector in Java.
Can we extend immutable class?
What are internal variables?
Explain the difference between private, public, package and protected in java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
Why strings in java are called as immutable?