I am reading a book for Java that I am trying to learn, and I have a question. I can't understand which is the difference between the variable type "char" and "string". For example, there is a difference between "int" and "short", the bytes at the memory and the area of numbers that they have.
But what is the difference between "char" and "string"? Expect that "char" use (') and "string" (").
PS: It is my first "real" programming language. (At school I learned a fake-language for the purpose of the programming lesson.)