i allready know string arrays can be sorted alphabetically using the bubble sort and other sorting methods. i was just wondering if there is a class out-there somewhere that allows this, or something that is build into java that lets me do this with ease without using the old school sorting ways...

thanks

lance