Don’t:

            String str = new String(“This is bad.”);

 

Do:

            String str = “This is good.”;