Just for fun:String foo = "bar";
foo = new StringBuilder(foo).reverse().toString();