Java View all facts Glossary Help |
syntactic unit > keyword > transient |
transient comparison table |
Subject | use in | has definition | identify | modify | is a subtopic of | is a kind of | is an instance of | indicate |
---|---|---|---|---|---|---|---|---|
keyword | A word that has special meaning in Java | syntactic unit | ||||||
transient | Java 1.0 | a variable not to be written out when an instance is serialized | instance fields in a class | Object Serialization | keyword | a field that is not part of an object's persistent state and needs not be serialized with the object in Java 1.1 |