Skip to content

Java Programming Tutorials

  • Home
  • Java
    • Java Core Tutorials
      • Java String
      • Java Collections Framework
      • Java Multithreading and Concurrency
    • Spring Framework Tutorials
    • Hibernate Tutorials
  • JavaScript
    • GAMES
      • Snake Game
  • Database
    • MySQL
  • VCS
    • Git Tutorials
  • BOOKS

serialization

What is Transient Keyword in Java

May 24, 2021November 18, 2017

Beginner programmers often ask what is a transient keyword in Java. Java 9 specification says: Variables may be marked transient to indicate that they are not part of the persistent state of an object. What does it mean? When to use transient variable in java? If you don’t want to serialize (convert an object to … Read more

Categories Java Core Tutorials Tags serialization, transient Leave a comment

Popular Posts

Recent Posts

  • How to Call a Method in Java
  • How to install IntelliJ IDEA on Windows 10/11
  • Percentage Calculator
  • How to Convert String to Int in Java
  • How to set Java Home environment variable on Mac OS X
最近の技術におけるスキルと情報

Recent Comments

    ExplainJava.com Copyright © 2017-2021.