Question about references in java

Posted by kuang on Stack Overflow See other posts from Stack Overflow or by kuang
Published on 2010-06-16T10:29:05Z Indexed on 2010/06/16 10:42 UTC
Read the original article Hit count: 181

Filed under:

I want to know what the difference between :

String s = "text";

and :

String s = new String("text");

© Stack Overflow or respective owner

Related posts about java