This blog contains the interview questions asked in few companies.
Thursday, December 1, 2011
What is serialization ?
Answer : Serialization is the process of writing complete state of java object into output stream, that stream can be file or byte array or stream associated with TCP/IP socket.
No comments:
Post a Comment