Double quotes is for string and single quotes for character
for example say: Char c = 'a'; - treat as single character Char c= "a" - treat as string