whats the purposr of using serialization?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to split arraylist elements in java?

605


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

561


How to make a read-only class in java?

595


Why string is immutable or final in java

618


What does the “static” keyword mean? Can you override private or static method in java?

636






describe synchronization in respect to multithreading? : Java thread

506


What is meant by singleton class?

604


Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?

554


What methods are used in Servlet?Applet communication?

1668


How do you convert bytes to character in java?

539


How will you calculate the depth of a binary tree if the tree contains 15 nodes?

602


Why Java doesn’t support multiple inheritance?

640


Is math an abstract class in java?

539


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

596


How do you square a number in java?

559