I'm new to java and my question is simple: I have a string variable 35 characters in length. I want to modify the last 21 characters with the string representation of an int variable. How do I code the overwriting of the 21 characters in question so that the int variable (valid values are 1 to 125,000,000) is converted to string representation, does not destroy the integrity of the left-most 14 chars, and is right justified in the recipient 21 chars? Thanking you in advance for your help.