Skip to main content
added 1 character in body
Source Link
Evorlor
  • 7.5k
  • 19
  • 75
  • 148

What are the differences between these two, and which one should I use?

string s = "Hello world!";
String s = "Hello world!";

What are the differences between these two and which one should I use?

string s = "Hello world!";
String s = "Hello world!";

What are the differences between these two, and which one should I use?

string s = "Hello world!";
String s = "Hello world!";
Unpinned in AudioBubble collective by CommunityBot
Pinned in AudioBubble collective by Nikki Stephens
improved formatting
Source Link
Ramesh R
  • 7.1k
  • 4
  • 25
  • 39

What are the differences between these two and which one should I use  ?

string s = "Hello world!";
String s = "Hello world!";
string s = "Hello world!";
String s = "Hello world!";

What are the differences between these two and which one should I use  ?

string s = "Hello world!";
String s = "Hello world!";

What are the differences between these two and which one should I use?

string s = "Hello world!";
String s = "Hello world!";
Unpinned in AudioBubble collective by CommunityBot
Pinned in AudioBubble collective by John M. Wright
simplified
Source Link
spaleet
  • 908
  • 2
  • 12
  • 24

ExampleWhat are the differences between these two and which one should I use (note the case):?

string s = "Hello world!";
String s = "Hello world!";

What are the guidelines for the use of each? And what are the differences?

Example (note the case):

string s = "Hello world!";
String s = "Hello world!";

What are the guidelines for the use of each? And what are the differences?

What are the differences between these two and which one should I use ?

string s = "Hello world!";
String s = "Hello world!";
Unpinned in AudioBubble collective by Carrott
Pinned in AudioBubble collective by Carrott
Unpinned in AudioBubble collective by Aruna Telang
Pinned in AudioBubble collective by Aruna Telang
Unpinned in AudioBubble collective by Aruna Telang
Pinned in AudioBubble collective by Aruna Telang
Unpinned in AudioBubble collective by Aruna Telang
Pinned in AudioBubble collective by Aruna Telang
Unpinned in AudioBubble collective by Aruna Telang
Pinned in AudioBubble collective by Aruna Telang
deleted 12 characters in body
Source Link
S.S. Anne
  • 15.4k
  • 8
  • 40
  • 80
Loading
Rollback to Revision 20
Link
habib
  • 2.4k
  • 5
  • 26
  • 43
Loading
Rollback to Revision 19
Link
habib
  • 2.4k
  • 5
  • 26
  • 43
Loading
Add alias tag
Link
habib
  • 2.4k
  • 5
  • 26
  • 43
Loading
edited body
Source Link
Ramesh Rajendran
  • 38.3k
  • 47
  • 157
  • 235
Loading
Improved formatting
Source Link
Milad Rashidi
  • 1.4k
  • 4
  • 22
  • 40
Loading
tag was added
Link
Boris Modylevsky
  • 3.1k
  • 1
  • 27
  • 42
Loading
Added C# formatting
Source Link
Brandon Minnick
  • 14.7k
  • 16
  • 76
  • 138
Loading