Posts

Showing posts with the label nullable

NullPointerException in Android

NullPointerException occurs when you try to access/ modify   an object which has not been initialized yet or  a  nullable object.