I read that null isn\'t an instanceof anything, but on the other hand that everything in Java extends Object class.>
null
instanceof
Object
No, null is not an object. It is a literal that means that a variable does not reference any object.