Java View all facts Glossary Help |
syntactic unit > keyword > transient |
transient | ||||
subject | fact |
transient | identifies a variable not to be written out when an instance is serialized | |
indicates a field that is not part of an object's persistent state and needs not be serialized with the object in Java 1.1 | ||
is a subtopic of Object Serialization | ||
is an instance of keyword | ||
is not used in Java 1.0 | ||
modifies instance fields in a class | ||
syntactic unit | has syntax rule bold = mandatory |