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
Can you use javascript in jsp?
What are scripting elements?
What is the jspinit() method?
List the various action tags used in jsp.
How can the output of JSP or servlet page be prevented from being cached by the browser?
Explain jsp technology?
What do jsp literals consist of?
Can we use jsp implicit objects in a method defined in jsp declaration?
Where is jsp used?
What program opens a jsp file?
Can we override jsp service method?
how can i add properties in dynamic text fields using .js file?
How many jsp implicit objects are there?
What are the implicit, internal objects and methods on the jsp page?
Give the syntax for jsp comments.