BlogHide Resteemssharpchain (25)in volatile • 6 years agoHow to use volatile in kotlinWhat is volatile volatile is a keyword in java. volatile in Java is used as an indicator to Java compiler and Thread that do not cache value of this variable and always read it from main…sharpchain (25)in java • 6 years agoHow to use transient in kotlinWhat is transient in java transient is a key-word. Transient in java is used to on class variable to indicate that serialization process of such class should ignore such variables. A…