One key difference is that in Java, `null instance...
# announcements
c
One key difference is that in Java,
null instanceof X
will always be false. Not so with Kotlin, which differentiates
X
and
X?
👍 1
😮 1