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
What is the use of System class?
Explain java coding standards for constants?
When should we create our own custom exception classes?
What are thread safe functions?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
How will you communicate between two applets?
Why destructor is not used in java?
What are the Main functions of Java?
What are nested classes in java?
What is a parameter in a function?
Which class represents the socket that both the client and server use to communicate with each other?
What is an example of declaration?
Can we use different return types for methods when overridden?
What does 0 mean in boolean?
Can you instantiate the math class in Java?