Hi guys
i have got a doubt. Please consider the following code. And obviiuosly the language is Java
ArrayList listSample = new ArrayList("5","7","2","3","6");
can anyone help me with how to sort this arrylist in descending order. and please note that i don want to use any other collection like SortedList or anything like that. please reply ASAP.....