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
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
What is an accessor?
What is integer parseint?
What are the differences between path and classpath variables?
How do you define a method?
What's the difference between int and integer in java?
Can you use this() and super() both in a constructor?
Why strings in java are called as immutable?
What is main function purpose?
How can we avoid including a header more than once?
How do you generate random numbers in java?
Explain throw keyword in java?
Does constructor creates the object ?
What is hashtable and explain features of hashtable?
Explain Basics of OOP Language in java