Dear author,
Java had the classes
String and StringBuffer
now there is also StringBuilder.
I might raise some eyebrows here, but why does
the design preference go to creating new classes
and not, in some of the cases, to providing new
attributes in an existing class with getters/setters
that the programmer can change when desired, like
setSynchronized(boolean i)?
Or should I go back and read an OO book?
Cheers,
Gian Franco Casula
[ August 25, 2004: Message edited by: Gian Franco Casula ]