String s="hello how are you"; String temp=s; int j=0; for(int i=s.length();i>=0;i--) { s.chatAt(i)=temp.charAt(j); j++; }