Join Slack
Powered by
both `((String) null).equals("hey")` ~and `"hey".e...
# announcements
k
karelpeeters
08/28/2018, 6:35 PM
both
((String) null).equals("hey")
and
"hey".equals(null)
throws nullpointerexception in Java.
Open in Slack
Previous
Next