what is the use of null check in kotlin code example Example: null check in kotlin if(a != null) { //do something }