Hacker News new | ask | show | jobs
by paol 3409 days ago
Yes, "foo".equals(bar) is useful in Java if bar can be null, but that's a different thing.
1 comments

Not really different. In fact is is mentioned on the Wikipedia page.