Possible Duplicate:
Reverse “Hello World” in Java
I have "Hello World" kept in a String named hi.
I need to print it, but in a reversed mode.
How can I do this? I understand there is some kind of a function already built-in into Java that does that.
(Please note that I'm a totally newbie in Java, and this is one of the first things I want to do.)
