// if you want to add the characters in a string in java, all you must do is: String myStr= ".."+ "something else"; // it does work because there is a character before it and a character after it