In most cases the JVM needs to do the null check a...
# announcements
k
In most cases the JVM needs to do the null check anyway to possibly throw nullpointerexceptions, and so it can optimize the redundant one away.
u
not sure what do you mean, since it needs it, it cant be optimized away right?