Computer Science Canada

comparing strings

Author:  cool dude [ Thu Oct 05, 2006 9:56 am ]
Post subject:  comparing strings

if i wanted to see if a > b how would i do that?

Author:  wtd [ Thu Oct 05, 2006 10:50 am ]
Post subject: 

The same way you would for anything else that implements the Comparable interface.

Hint: I just gave you the answer, as long as you can use the API reference.

Author:  cool dude [ Thu Oct 05, 2006 1:52 pm ]
Post subject: 

wtd wrote:
The same way you would for anything else that implements the Comparable interface.

Hint: I just gave you the answer, as long as you can use the API reference.


Thanks Smile


: