filmov
tv
Transient variable - Java topics

Показать описание
In Java, the transient keyword is used to mark a variable as transient. When applied to a variable, it instructs the Java Virtual Machine (JVM) to exclude the variable from the default serialization process.