What is meant by serialisation and deserialisation?
Answer Posted / ravikiran(aptech mumbai)
serialization is a process of saving the object into an
outputstream
deserializaton is a process of retrieving the object from
the outputstream
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is stored procedure. How do you create stored procedure ?
Why java is said to be pass-by-value ?
What is the purpose of finalization in java programming?
Explain throw keyword in java?
How to do encapsulation in java?
What is rule of accessibility in java?
In case of inheritance what is the execution order of constructor and destructor?
how does the run() method in runnable work? : Java thread
What is arrays aslist in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Explain about the dynamic behavior of core java?
Is map sorted in java?
Can I uninstall java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Explain polymorphism citing an example.