What is the difference between serialization and
deserialization?

Answer Posted / ravikiran(aptech mumbai)

serialization is the process of saving the object state into
output stream.

Deserialization is the process of getting the object state
from output stream.

Is This Answer Correct ?    9 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between core java and java ee?

678


Compare java and python.

764


Explain about OOPS concepts and fundamentals.

811


When parseint method can be used?

723


Explain about fail fast iterators in java?

795


Can we increase size of array?

765


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1794


What is the difference between an interface and an abstract class?

762


What is locale in java?

792


Can substring create new object?

780


What is the different between get and post?

726


how to write a program for sending mails between client and server

1812


Can you declare an interface method static?

806


What are multiple inheritances?

832


What is finalize()? Is finalize() similar to a destructor?

746