Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need difference between String and new String

925308Mar 21 2012 — edited Mar 22 2012
Hi All,

Please provide difference between these two...

String str = "Hello";
String str = new String("Hello");
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2012
Added on Mar 21 2012
20 comments
1,414 views