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
Where is core java used?
Give us a program to check for parenthesis matching using stack.
How do you decide when to use arraylist and linkedlist?
Can we make main() thread as daemon?
What’s the difference between applets and standalone program?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Name few java.lang classes introduced with java 8 ?
Is 64bit faster than 32 bit?
What is the difference between Grid and Gridbaglayout?
How does arraylist work in java?
Explain yield() method in thread class ?
Explain what access modifiers can be used for variables?
How do you find the absolute value?
What is a double?
What is isa relationship?