Sunday, October 31, 2010

Reverse a string

To reverse a string in java, tokenize the string and starting printing from len-1 to 0.

No comments:

Post a Comment