■ transient means it’s OK for the JVM not to save it with its object.
■ transient only goes on a variable.
■ transient can go on a static final variable.