The final two data types are char and String. A char is a single Unicode character. Chars must always be between single quotation marks, like this: 'a' A String is pretty much anything within two double quotation marks. It is the only data type in Java that must be defined with a capital letter. Our message "Hello world!!!!!" is an example of a string.