Explain the term serialization?

Answer Posted / shaik baji

Serialization:
--------------
The process of holding the state of an object and transfer
it over the network is known as Serialization.

"Serializable" is an interface which doesn't contain any
methods. It's available in java.io package.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between equals() and == in java?

519


Can you write a java class that could be used both as an applet as well as an application?

512


Which of the classes will have more memory allocated?

530


How we can skip finally block of exception even if some exception occurs in the exception block in java?

513


What is an object in java and how is it created?

579






What is scope & storage allocation of static, local and register variables? Explain with an example.

558


What is stored procedure. How do you create stored procedure ?

1484


Explain java coding standards for constants?

569


What does escaping a character mean?

528


Explain exception chaining in java?

599


What are "methods" and "fields"?

567


which class is the wait() method defined in? : Java thread

518


How do you detect memory leaks?

575


What are the drawbacks for singleton class?

513


Explain java code for recursive solution's base case?

564