What is the difference between serialization and
deserialization?
Answers were Sorted based on User's Feedback
Answer / arpitsen
Serialization and Deserialization are complementing to each
other.
Whenever the state of an Object is saved to some file, the
process is known as Serialization.
Deserialization is the process of creating the object back
from the serialized file.
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / ravikiran(aptech mumbai)
serialization is the process of saving the object state into
output stream.
Deserialization is the process of getting the object state
from output stream.
| Is This Answer Correct ? | 9 Yes | 8 No |
Answer / java pro
serialization is a serial and ization which together means
that no serial without ization.
| Is This Answer Correct ? | 1 Yes | 5 No |
What modifiers are used for interface declaration?
Explain about the dynamic behavior of core java?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
What is serialversionuid?
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
write a program to create an vector and listeterator.and value should be enter through keyboard.
How do you execute a thread in java?
What is tcp and udp?
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?
Objects or references which of them gets garbage collected?
Why is it called boolean?