whats the purposr of using serialization?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / niltarlekar
object can pass in network from one place to other
| Is This Answer Correct ? | 2 Yes | 1 No |
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 |
Answer / ajay yadav
To store the current object to the persistent storage
location.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you sort arrays in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Which programming language is most secure?
Define max and min heap, also the search time of heap.
What is exception propagation?
Why hashcode is used in java?
What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky
What is replacefirst in java?
What data structures are used to perform recursion?
0 Answers Akamai Technologies,
Difference between predicate, supplier and consumer ?
where can we get jAVA project orientation traing in HYDERABD
Can a method inside a interface be declared as final?