What is the difference between these two following statements? String s = "text"; String s = new String("text"); 12 Answers 12 Tags: javastring