Talking about transient variable in Java
In the previous tutorial, you learned about Serialization that allows us to store the state of a Java object. All of the properties of the Java object are stored somewhere so that other processes can retrieve it to reuse. But in reality, sometimes we need… Read More