I read that null isn\'t an instanceof anything, but on the other hand that everything in Java extends Object class.>
null
instanceof
Object
In a word, no.
Peter Norvig's Java IAQ addresses this question in some detail (specifically "Q: Is null an Object?")