SyntaxFix
Write A Post
Hire A Developer
Questions
In layman's term, char is a letter, while String is a collection of letter (or a word). The distinction of ' and " is important, as 'Test' is illegal in Java.
char
String
'
"
'Test'
char is a primitive type, String is a class