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
How do I create an executable jar file?
What is adoptopenjdk?
explain isalive() method under thread class?
What is javacpl?
What is java lang exceptionininitializererror?
How do I enable java in firefox?
In java what is the difference between sleep() and wait() .
How long can a lambda function run?
What are the advantages of java sockets?
What is cdi bean in java?
How do I find jre version?
How do I open my java console?
Which is more secure: java or activex? : java security
Are the actual permissions for the application defined at run-time or compile-time? : java security
What are the rules regarding quotation marks?