AVIN Systems interview question

Comparator and comparable differences?

Interview Answer

Anonymous

28 Apr 2019

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

1