Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the term serialization?

Answers were Sorted based on User's Feedback



Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Explain the term serialization?..

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

Post New Answer

More Core Java Interview Questions

Any one can explain how the inerface uses in java. give with example.

1 Answers   IBM,


What is mean by exception?

0 Answers  


What is the purpose of using break in each case of switch statement?

0 Answers  


What is the latest java version?

0 Answers  


How big is a gigabyte?

0 Answers  


What is a generic type?

0 Answers  


Is there memory leaks in java?

3 Answers  


What is dynamic dispatch in java?

4 Answers  


What is anagram word?

0 Answers  


Can we assign the reference to this variable?

0 Answers  


How core java/j2ee project performance can be measured ?

1 Answers  


What is the statements?

0 Answers  


Categories