Archive | June 6th, 2012

java.util.Objects- A static utility for objects introduced in Java 7

June 6, 2012

6 Comments

A lot of you would be unaware of this new static utility for objects introduced in Java 7- its the java.util.Objects class. I came across this usage of class while I was browsing through the updated Java 8 collections API. The static utility methods added as part of java.util.Objects class allow us to perform null-safe [...]

email