1
Reply

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

Prashant Shinde

Prashant Shinde

Jan 19, 2015
731
0

    "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)

    William Estes
    August 29, 2016
    0