single quotes are used for the character (char) data type, and double quotes are used for the string data type.
I thought this was quite interesting because I thought "" and '' simply did the same thing. I did not know '' initiated a different data type.