What is the difference between string ( small case s) and String ( upper case S) ?
Prashant Shinde
"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)