Snippets tagged “transient-fields”
1 snippet uses this tag.
- Why does Java have transient fields?Java
In Java, the transient keyword is used to indicate that a field should not be serialized when an object is persisted to storage or when an object is transferred over a network.