Pitfall - Calling new StringString is inefficient

suggest change

Using new String(String) to duplicate a string is inefficient and almost always unnecessary.

In the absence of any tangible benefit, calling new String(String) is simply wasteful:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Pitfalss - performance:
*Pitfall - Calling new StringString is inefficient

Table Of Contents
96XJC
112Pitfalss - performance
122JNDI
150JMX