What Do you Mean By Object Serialization in java.
Answer Posted / nowsheen tariq
Serialization is a process of writing the state of the
object in a stream. The state of the object (information
available in the object)will be held in the instance
variable (not in the static variables)
There are various streams like
ByteArrayOutputStream, FileOutputStream,SocketOutputStream
all these streams can be used to store data to various
destinations like memory,file and someother program.
writeObject() method is for carryout the operation of
serialization.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
How do you delete the session data?
What will happen if iselignored attribute is set as false?
What is the use of jstl?
What are standard actions in JSP?
What are the steps for creating custom tags in jsp?
What are different types of comments used in jsp?
What is difference between jsp and jstl?
mention the three important tags used in the development of jsp bean.
What is the use of session management?
Where is jsp used?
What is the jspinit() method?
What are the advantages of jsp?
What is a expression?
What is the purpose of jsp and why it is widely used?
Where do I create jsp in eclipse?