March 2023
Intermediate to advanced
1851 pages
66h 25m
English
Chapter Topics
Overview of selected convenience methods of the Objects class
How to correctly override and implement the contract of the equals() method of the Object class
How to correctly override and implement the contract of the hash-Code() method of the Object class
Comparing objects whose natural order is defined by the contract of the compareTo() method of the java.lang.Comparable<T> interface
Comparing objects using a comparator that defines a total order according to the contract of the compare() method of the java.util.Comparator<T> interface
Java SE 17 Developer Exam Objectives |
|
[3.5] Implement inheritance, ... |
Read now
Unlock full access