what is the serialization?
Answers were Sorted based on User's Feedback
Answer / varsha pandey
Serialization is the process of converting a data structure
or object into a sequence of bits so that it can be stored
in a file, a memory buffer, or transmitted across a network
connection link to be "resurrected" later in the same or
another computer environment. When the resulting series of
bits is reread according to the serialization format, it can
be used to create a semantically identical clone of the
original object.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / krishana bihari singh
Serialization is use for convert to object in byte form
| Is This Answer Correct ? | 2 Yes | 2 No |
Is jprofiler open source?
What is a singleton in java?
What are java’s rules regarding tabs, spaces and newline characters?
Do I need jdk or jre?
Where is java installed?
what is transient variable?
How do I run a java project in netbeans?
Why do we need new date and time api in java se 8?
What is meant by framework in java?
What is the meaning of the words public, static and void?
how can program polindrome using java
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.