What is meant when we say "`==` is null-safe?" I'm...
# announcements
l
What is meant when we say "`==
Copy code
is null-safe?"
I'm wondering, what would be a situation in which
==` would throw an NPE if it weren't null-safe?