If we mark the object as transient , then also do we need to implement java.io.Serializable
interface ? I guess for transient it would behave like as primitive data type as it is not required to store in the database , it is something to keep in JVM memory only ?