there are no pointers in java,
but pointer means variable, is it right?
so when i encounter these kind of error(NullPointerExcpeion) it means that .. the variable that im reffering to, does not contain anything.(Null or no value) ,do i make any sense about this matter?
am i right?