What is the difference between serialization and
deserialization?
Answers were Sorted based on User's Feedback
Answer / arpitsen
Serialization and Deserialization are complementing to each
other.
Whenever the state of an Object is saved to some file, the
process is known as Serialization.
Deserialization is the process of creating the object back
from the serialized file.
Is This Answer Correct ? | 25 Yes | 1 No |
Answer / 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 |
Answer / java pro
serialization is a serial and ization which together means
that no serial without ization.
Is This Answer Correct ? | 1 Yes | 5 No |
what is run time polymorphism
why java main method is given as static method?
WHAT IS THE MEANING OF ALL TYPE OF BUZZWORDS?
What is the requirement of thread in java?
What is printwriter in java?
Can you create an object of an abstract class?
What is a package?
What are the drawbacks for singleton class?
Is Java Platform Independent if then how?
How many wrapper classes are there in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
What is anti pattern in cyber security?