Ans
.
Transient
is the modifier applicable only for variable& we can’t apply or method
& classes. By default all variables in object is converted to persistent
state, if the variable is declared as “transient” then it will not persisted,
to meet security then we should go for transient.