sparafucile17
Programmer
Does anyone know how to sort an Array of String without writing my own custom sorting method? I know in C++ that I could call the quicksort function and pass it my array an voila! it returned my array sorted. I tried looking it up on the sun site and I found something about the class "Arrays" where you could access the private member function sort() and pass it an array that way.
Can anyone give me some short sample code for this or any other easy sorting method?
Thanks,
Jeff Tackett
Can anyone give me some short sample code for this or any other easy sorting method?
Thanks,
Jeff Tackett