shivasoni
Marked 2 years 5 months ago onto Major Difference between Comparable vs Comparator Java | DataTrained
Source: https://www.datatrained.com/post/comparable-vs-comparator-java/
When it comes to Comparable vs Comparator Java we should know that both are interfaces that can be used to sort collection elements. Comparator is part of the java. util package, whereas comparable is part of java. lang package. The comparable interface compares" this" refers to the one item provided to it, whereas the comparator interface sorts collections using two objects provided to it. We have also written an article on the list of Python arrays.
Category:
Comments
Leave your comment below