Answer Posted / paletipatisrinu
transient is the modifer for varibles.if declared variable
with transient its never pariticaptes variable in
serialization process.
most of this case used for banking application for passwords
ex:transient long password;
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Give an example of use of pointers in java class.
What is the char data type?
Why java is call by value?
Is static a keyword in java?
How will you load a specific locale?
What happens if we override private method?
What is ternary operator? Give an example.
Can a method be overloaded based on different return type but same argument type?
How can you say java is object oriented?
What is the use of flag?
Difference between character constant and string constant in java ?
What is meant by 'bit masking' in java?
what r advatages of websphere? & how to deploy?
What is functional interface in java example?
What is generic type?