Answer Posted / mithun ray
Transient variable is a variable that can't
serializable,means if you dont want to parsistent any object
or part of an object you can use transient object.
Ex:- transient String password;
In real time transient varibles are used banking application
because never stored account holder passwords.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is jsr in java?
What are the advantages of java sockets?
In hibernate what is the difference between the Session and SessionFactory?
What are orm tools in java?
What is cmp in java?
What about 'hostile applets'? : java security
What is a context in java?
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
What is ioexception in java?
What type of parameter passing does java support?
How do I know if I have jre or jdk?
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
Why java?
What is a jpa repository?
Why serialization is used in java?