A: Do you only want the first letter? 'Cause it looks like your method would work, as would input.toUpperCase().charAt(0); I'd imagine, however, that yours would be faster since it only has to change one character to uppercase...
Q: Do we need more old threads resurrected?
