Answer Posted / navinice
by default all objects of classes are serialized.
there are some premitive datatypes in objects which needs
not to persistence. Then These variables are declared as
transient variable by Using Transient keyword.
for example........
class abc{
private String firstName;
private transient String middleName;
private String lastName;
method()
}
Njoy >>>>>>>>>>NaviNice<<<<<<<<<
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the default access specifier for variables and methods of a class?
How large is a boolean?
what is the difference between Object Based Language and Object Oriented Language?
How do you use spaces in java?
Is java 1.7 the same as java 7?
What are the features in java?
What does nextint () do in java?
What do you mean by checked exceptions?
What is the benefit of inner / nested classes ?
What is the meaning of I ++ in java?
Difference between keyword and identifier.
What is the benefit of abstract class?
What is an argument in java?
Give me some null interfaces in java?
How to split arraylist elements in java?