Answer: For sorting employees we need to use either Comparable or comparator interface. Since, as per question, the Employee class is not allowed to implement
Tag: comparable
Answer includes advantages of comparator over comparable interfaces in java and the differences between them. As a side note, what’re advantages of comparator over comparable, and when would