Transient variable - Java topics

preview_player
Показать описание
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.
Рекомендации по теме
visit shbcf.ru