What is Transient Keyword in Java
Beginner programmers often ask what is a transient keyword in Java. Java 9 specification says: Variables may be marked transient to indicate that they are not part of the persistent state of an object. What does it mean? When to use transient variable in java? If you don’t want to serialize (convert an object to … Read more