Explain the term serialization?
Answers were Sorted based on User's Feedback
Answer / pranab dutta
A mechanism by which you can save the state of an object by
converting it to a byte stream is known as serialization
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / lakshmi
save the state of an object by
converting it to a byte stream and sending through network
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / dsr
serialization is an interface.it as no methods.This is a
marker interface. The actual data will be converting to
byte.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / mohan
The process of saving the state of the object in the byte
stream and send it over the network.. it is really useful in
cases like if u want to transfer object state over the
network..and at the receiving end we can deserialize it and
restore the object state .. but here u need to explicitly
type cast into desired object..
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sampath
serialization is an interface.it as no methods.This is a
marker interface. The actual data object by
converting it to a byte stream.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / baskar
Introduction
Serialization is the process of saving an object in a
storage medium (such as a file, or a memory buffer) or to
transmit it over a network connection in binary form. The
serialized objects are JVM independent and can be
re-serialized by any JVM. In this case the "in memory" java
objects state are converted into a byte stream. This type of
the file can not be understood by the user. It is a special
types of object i.e. reused by the JVM (Java Virtual
Machine). This process of serializing an object is also
called deflating or marshalling an object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / giri
Serialization is a process of converting java object into byte stream these byte stream are stored into flat file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shaik baji
Serialization:
--------------
The process of holding the state of an object and transfer
it over the network is known as Serialization.
"Serializable" is an interface which doesn't contain any
methods. It's available in java.io package.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghavendra reddy
It is an example for Tagging Interface.
Serialization is storing a class objects in a file And
it is contains "java.io" package.
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / ankur gulati
Defination Of Serialization:-
if 1 user sis reading a record then other user
only can read dat record but can't update
| Is This Answer Correct ? | 0 Yes | 7 No |
Can we define static methods inside interface?
Are variables stored in ram?
How to sort list of list in java?
How do you reverse a string in java?
how can you say that java is independ language
Explain about fail fast iterators in java?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
2 Answers iGate, Seed Infotech,
What is the parse method in java?
What are unchecked exceptions in java?
why using interface interface ?
Give the difference between the println method and sqrt method?
What is difference between throw and throws ?