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 tight coupling in java?
What is the difference between a while statement and a do statement?
What is the use of flatmap in java 8?
What are the new features about Java se 8 ?
What is savepoint in java?
What is jep in java?
Is openjdk the same as jdk?
What is an entity in java?
What is tier in java?
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
Is java built on c?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
What if I write static public void instead of public static void?
Why there are no global variables in java?
How do I open the java control panel?