Download the BYJU'S Exam Prep App for free GATE/ESE preparation videos & tests - Download the BYJU'S Exam Prep App for free GATE/ESE preparation videos & tests -

Difference between Comparable and Comparator in Java

Both comparable and comparator are interfaces and used to classify display elements. Let’s discuss some major differences between comparable and comparator in java.

What is Comparable in Java?

Comparable in Java means an object that can be compared to other objects. When it comes to Java, there are multiple built-in classes that enforce the Java comparable interface.

What is Comparator in Java?

A comparator interface is used to collect the objects of user-defined classes. It is also competent in comparing two objects of an identical class.

Difference between Comparable and Comparator in Java

S.No. Comparable Comparator
1. It supports single-sorting sequences. We can classify the group based on a single element. It supports multiple sorting sequences. Here, we can classify the group based on the multiple elements.
2. It gives compareTo() technique to sort elements. It gives compare() technique to sort elements.
3. It does not influence the original class. It doesn’t influence the original class.
4. It is found in a java.lang container. It is found in the java.util container.

Keep learning and stay tuned to get the latest updates on GATE Exam along with GATE Eligibility Criteria, GATE 2023, GATE Admit Card, GATE Application Form, GATE Syllabus, GATE Cut off, GATE Previous Year Question Paper, and more.

Also Explore,

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*