Answer Posted / animesh
Serialization is the process of storing object properties.
To avoid serialization we use transient modifier.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Are strings immutable in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.
List some java keywords sun like c, c + + keywords?
What do you understand by the term wrapper classes?
Is simpledateformat safe to use in the multithreaded program?
Can list be null in java?
What are classloaders?
Write a java program for binary search?
how to create multithreaded program? : Java thread
What is the meaning of I ++ in java?
Is set ordered in java?
Can we synchronize static methods in java?
What are the 8 primitive data types in java?
What is the use of beaninfo?
Why does java have two ways to create child threads? Which way is better?