Pergunta de entrevista da empresa RxLogix Corporation

String is immutable, why? String str = new String("vds"); String newStr = "vds"; are the above different?