hai
iam newbie in java programming.
i declared like this:
StringBuffer s1=new String Buffer("hello");
StringBuffer s2=s1;
i want to know exactly how many objects created: 2 or 3 am not certain
suppose i want to show the number of objets in
System.out.println()....
how i need to proceed....
regards
ramesh :rolleyes: