java.util.Objects¶
java.util.Objects is a utility class in the Java standard library that serves as a helper class for the java.lang.Object root class.^[600-developer-java-java-base-java-util.md, 600-developer__java__java-base__java-util.md]
Purpose¶
The class follows the common Java naming convention where a utility class (containing static methods) is named with the plural form of the class it assists, distinguishing it from the singular java.lang.Object.^[600-developer-java-java-base-java-util.md, 600-developer__java__java-base__java-util.md]
Related Concepts¶
- [[java.lang.Object]]
- [[java.util.Arrays]]
Sources¶
600-developer-java-java-base-java-util.md600-developer__java__java-base__java-util.md