+ 3
What is serialization? and explain fileouputstream, objectoutputstream, writeobject() ,transient.
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.
+ 1
thank you Catlin



