null
¥There is a special value null of object type on which method invocation utterly fails.
¥null is a reference to nothing; the method invocation
¥null.m()
¥always generates a NullPointerException aborting execution.