1 <p> Using the <code>java.lang.String(String)</code> constructor wastes memory
2 because the object so constructed will be functionally indistinguishable
3 from the <code>String</code> passed as a parameter. Just use the
4 argument <code>String</code> directly.</p>