I think that most experienced Java developers are aware of many of the many characteristics of the Java String that make it a little different than other objects. One particular nuance of the Java ...
Hi,<BR><BR>I have a base class whose destructor is pure virtual, so the class is abstract.<BR><BR>I have a derived class (subtype) whose multi-argument constructor wants to call the base class's zero ...