NullPointerExceptionCompileTime
DRAFT

Misconception:

The compiler is able to detect potential NullPointerExceptions and does not compile code that has them.

Incorrect

NullPointerExceptions are detected at compile time

Correct

NullPointerExceptions are detected at runtime

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.