Help with a sort method
        Posted  
        
            by Capsud
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Capsud
        
        
        
        Published on 2010-06-02T00:44:13Z
        Indexed on 
            2010/06/02
            0:53 UTC
        
        
        Read the original article
        Hit count: 355
        
Hi there,
If i have an array of strings for example
Static final String[] TEST = new String[] {
"g","a","b","t","e" };
How would i go about sorting this in alphabetical order please?
© Stack Overflow or respective owner