Java   View all facts   Glossary   Help
syntactic unit > keyword > transient
Next keywordtry    Upkeyword    Previous keywordthrows   

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  
transientJava 1.0 a variable not to be written out when an instance is serializedinstance fields in a classObject Serialization keyworda field that is not part of an object's persistent state and needs not be serialized with the object in Java 1.1

Next keywordtry    Upkeyword    Previous keywordthrows