Programming Tutorials

Comment on Tutorial - compareTo() in Java By Mashoud



Comment Added by : Ranjan

Comment Added at : 2010-10-04 23:14:33

Comment on Tutorial : compareTo() in Java By Mashoud
It is really a nice example when you need to sort the object having some strings and some other data, and some other complex structure of your own.
To sort any string array we have direct method i.e. Arrays.sort(arrStr);

Thanks a lot for this nice work. :-)


View Tutorial