Are there any advantages/disadvantages between declaring a String without creating an object:
String str = "Hello World"
and creating an object:
String str = new String("Hello World")
?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Basic String questionThreaded View
|
Click Here to Expand Forum to Full Width |