How do I compare strings to determine sequence? IE. if I have String a = "ABC"; and String b = "DEF"; I want to compare a to b and get a result which tells me which should come first.