Re: StringBuffer equals method



StringBuffer 's equals method inherited from class java.lang.Object
only if sb1 and sb2 refer to the same object return true; the same to
operator "==";
class String equals methode is overridded ;

.