Can anyone explain to me why creators of java chose not to override Object equals() method in StringBuilder class? Thanks!
Asked
Active
Viewed 77 times
1
-
could you eleborate why you think they should have done so? – SomeJavaGuy Aug 30 '16 at 09:27
-
Why do you want to know if two `StringBuilder` instances are equal (as opposed to the `String`s built by them)? – Andy Turner Aug 30 '16 at 09:27