1Z0-829 Working with Arrays and Collections • Set 2
1Z0-829 Working with Arrays and Collections Practice Test 2 — 15 questions with explanations. Free, no signup.
A developer is implementing a custom sort for a list of Employee objects. The Employee class has fields: String name, int age. The list must be sorted first by name (ascending, case-insensitive), then by age (descending). Which Comparator implementation correctly achieves this?