Answer Posted / jesudian moses
Transient is a keyword used for class level variables.
Serialisation of that variable can be avoided by declaring
it transient.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
Is the milky way in a void?
Why java is secure? Explain.
Does unicode support all languages?
Explain about transient variables in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Give few examples of final classes defined in Java API?
Is 0 true or is 1 true?
Give an example of use of pointers in java class.
What is contract between hashcode and equal method?
What is lambda expression in java?
What are the two ways in which thread can be created?
What’s the difference between callable and runnable?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is the benefit of singleton pattern?
Differentiate between class and structure.