Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Serialization Process
Profile Answers by narayanamsaideva Questions by narayanamsaideva
Questions by narayanamsaideva
Editorial / Best Answer
SarjeProfile Answers by Sarje Questions by Sarje
Serialization is the process of writing the state of an object to a byte stream. This is useful when you want to save the state of the object (content of the object) to a persistent storage area, such a file.
For example if you want to maintain record of the temprature on a particular place at every hour then you can serialize your object and save the temprature at every hour in a file.
Only an object that implements the java.io.Serializable interface can be saved.
Related Answered Questions
Related Open Questions