Login
Discover
Waves
Decks
Plus
Login
Signup
SharpChain
@sharpchain
25
Followers
113
Following
1
Resource Credits
Available
Used
Created
July 19, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
sharpchain
volatile
2018-07-25 15:18
How to use volatile in kotlin
What 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 memory. The Java
$ 0.000
1
1
sharpchain
java
2018-07-23 13:47
How to use transient in kotlin
What 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 Transient variable
$ 0.000
1