Monday, October 21, 2013

The most important difference between Comparable and Comparator interfaces...


Imp Difference:

- Comparable interface is available in java.lang package, and it is used for natural ordering of the objects.

- Comparator interface is available in java.util package, and it is used for custom ordering of the objects (or) custom comparison between objects.


read Comparable tips.

No comments:

Post a Comment