2
Reply

What is the difference between string ( small case s) and String ( upper case S) ?

Prashant Shinde

Prashant Shinde

10y
1.8k
0
Reply

    String is an class and string is alias of String Class.string is the data type .

    "String" is a class that you can use to call methods. "string" is a data type. (I'm a newbie, but this is my interpretation)