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 do you understand by synchronization? : Java thread
How do you identify if jvm is 32-bit or 64-bit from java program?
Is java code slower than native code?
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
Howmany classes that package java.applet.* contains?
What's the purpose of using break in each case of switch statement?
What is difference between Heap and Stack Memory?
write a program to create an vector and listeterator.and value should be enter through keyboard.
What is lazy activation?
Is cout buffered?
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?
What is a JAR file?