After reading the discussion about autoboxing in this
thread, I got to thinking that what the Javagods have come up with as autoboxing can be considered to have kind-of existed even earlier, with the
String class.
Here is the "alternate theory":
is essentially a wrapper class for a primitive type called
string.
Comments.
This perspective might help people trying to grapple with the intricacies of autoboxing (such as the one discussed in that
thread) in light of known existing behavior - that of String.
Comments.