package demo1; public class ch06 { public static void main(String[] args) { String str1="To be or not to be"; StringBuffer bu=new StringBuffer(); System.out.println(bu.reverse()); } }