Answer Posted / rameshreddy.k
by using serialization we can pass some amout of data from
network to another network or one layer to another layer ..
and also we want use object with running JVM by use
serialization consept we can use it
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many unicode characters are there?
How can u increase the heap size in the memory?
What are the two types of exceptions in java? Which are the differences between them?
extending thread class or implementing runnable interface. Which is better? : Java thread
Explain the difference between extends thread vs implements runnable in java?
What is parsing and its types?
Is alive in java?
Explain differences between collection api and stream api?
What is var keyword ?
Which command from the jdk compiles a java program?
Can we store variables in local blocks?
How strings are created in java?
What is use of arraylist in java?
Can a class extends itself in java?
What is an immutable class? How to create an immutable class?