"Hi, Amigo!"

"Hi, Diego!"

"Good old Diego has prepared several tasks for you:"

24
Task
Java Multithreading,  level 1lesson 5
Locked
Equals and HashCode
In the Solution class, fix the equals/hashCode methods according to the implementation rules for these methods (use your favorite search engine to check the details). Both the first and last strings should be involved in the equals method's comparison and the calculation of the hashcode. The main me
6
Task
Java Multithreading,  level 1lesson 5
Locked
Fix the bug. Comparing objects
Solution objects are not being compared correctly. Find the bug and fix it. The main method is not tested.
6
Task
Java Multithreading,  level 1lesson 5
Locked
Bug in equals/hashCode
Correct the implementation errors in the Solution's classes equals and hashCode methods.