NULL Exceptions are caused by attempting to use an Object that has a value of NULL, i.e. NOT instantiated.
Attempting to call a method on such an object would cause a NullPointerException to be...