What is serialization and de-serialization ?

Answer Posted / somu

treat the methods as an objects-seralization
viceversa-deserialization

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How a component can be placed on Windows?

2272


Write a program to show synchronization?

696


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1371


Explain phantom read?

1741


Difference between loadclass and class.forname?

602






What does module-relative mean?

581


What is table mutation and how do you avoid it?

1921


Will the general public have access to the infobus apis?

532


Define prototype?

590


Do I need to import javlang package any time? Why ?

631


Why does the option tag render selected=selected instead of just selected?

682


Difference between DurableSubscription and non- DurableSubscription?

1720


How many times may an objects finalize() method be invoked by the garbage collector?

678


Why are some of the class and element names counter-intuitive?

577


why static class in java

1280