+ 3

What is serialization? and explain fileouputstream, objectoutputstream, writeobject() ,transient.

20th Sep 2016, 1:43 PM
Ved
Ved - avatar
2 Answers
+ 3
Serialization is the object being broken down to be persisted or saved to a file. File output stream gets a file destination argument then object oput stream gets the file output stream passed in. Serialization is used to store java objects in there current state. Transient means that the property will be ignored during serialization.
23rd Sep 2016, 3:00 AM
Catlin
Catlin - avatar
+ 1
thank you Catlin
23rd Sep 2016, 4:58 PM
Ved
Ved - avatar