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...


whats the purposr of using serialization?

Answers were Sorted based on User's Feedback



whats the purposr of using serialization?..

Answer / vinayak

in Java if you want to store java object for life time you
need to serialize it by implementing it class be serialiazable
interface.
So that you can access lifetime it it is stored somewhere.

Is This Answer Correct ?    4 Yes 1 No

whats the purposr of using serialization?..

Answer / paletipatisrinu

serialization is the process of save ing the state of the
object in to file or secondary storage device.The main
purpose serialization we can send the data one layer to
another layer.its converts java notation object to network
notation object.if we are working with serialization ur
class must implemented serializible interface

Is This Answer Correct ?    2 Yes 0 No

whats the purposr of using serialization?..

Answer / niltarlekar

object can pass in network from one place to other

Is This Answer Correct ?    2 Yes 1 No

whats the purposr of using serialization?..

Answer / rameshreddy.k

by using serialization we can pass some amout of data from
network to another network or one layer to another layer ..
and also we want use object with running JVM by use
serialization consept we can use it

Is This Answer Correct ?    0 Yes 1 No

whats the purposr of using serialization?..

Answer / ajay yadav

To store the current object to the persistent storage
location.

Is This Answer Correct ?    0 Yes 1 No

whats the purposr of using serialization?..

Answer / mushtaq hussain

to write object in Hard disk.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is multithreading ???? How to stop multithrading in java????

1 Answers   Cognizant,


What primitive Java types? Howmany are they and what are their names?

3 Answers  


how to create constants in java?

0 Answers  


While opening the file, what type of exceptions can be caught?

3 Answers  


When would you use a static class?

0 Answers  


What types of inheritance does Java support?

2 Answers  


State the main difference between c++ and java?

0 Answers  


Is java an ide?

0 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


Can we have this () and super () together?

0 Answers  


How to make object serializable in java?

0 Answers  


What are dot operator queries?

0 Answers   Atos Origin,


Categories