+ 1
null pointer exception often is referencing an instance of a variable and returns a variable or object with no adress assignment for example public static void main (System []args){ int a; return a; }
23rd Jul 2016, 12:27 AM
Christian Gould
Christian Gould - avatar