Programming Tutorials

Comment on Tutorial - Java File By Emiley J



Comment Added by : Srinath

Comment Added at : 2015-04-19 08:23:20

Comment on Tutorial : Java File By Emiley J
Hi Shiva,
Comparator interface is used to order the objects of user-defined class.
For Example:
public int compare(Object obj1,Object obj2): compares the first object with second object.


View Tutorial