AVIN Systems interview question

Comparator and comparable differences?

Interview Answer

Anonymous

Apr 28, 2019

A comparable object is capable of comparing itself with another object. A comparator object is capable of comparing two different objects.

1