Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need to shift characters

807607Oct 7 2006 — edited Oct 8 2006
I need a code in java that will shift a string of characters a certain distance...for example

abcdefg

BECOMES

gabcdef

and so on... how would i do this using Strings and methods?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2006
Added on Oct 7 2006
13 comments
350 views