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
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 singleton pattern in java?
How do you count in java?
What is entitymanager in jpa?
Why do we need framework in java?
How do I enable jvm?
Can I have multiple main methods in the same class?
How do I enable java in google chrome?
What is the point of lambda expressions?
What is java ioc?
Is it better to learn java or python?
Which is better openjdk or oracle jdk?
What is stateful in java?
What is java persistence api used for?
What is factory pattern in java?