String s = "I Love India";
StringBuilder sb = new StringBuilder(s); String s1 = sb.reverse().toString();