0:09 - Overview of the Java char type
1:47 - Declaring a char & printing it out
2:00 - Printing the char's value as an integer value
2:16 - A table of Unicode values
2:34 - Initializing a char variable with an integer value
3:13 - Initializing a char variable with the result of arithmetic between a char literal and an integer value
4:01 - Using int variables to represent characters