String str1 = "value"; 
String str2 = new String("value");
String str3 = String.valueOf(123);
Comments