Java Sorting using Comparable Pavan May 24, 2010 Java 1 Comment In Java you can do sorting by implementing 2 interfaces 1) Comparable 2) Comparator Here we will see sorting example using Comparable Interface. As an example we will be sorting objects of Employee class. When using comaprable Read More