This example introduces Java Strings. We declare a few String variables, print some Strings using concatenation, and get String input from the user
0:05 - A String literal
0:21 - Declaring & initializing a String variable
0:32 - Printing Strings
0:52 - Getting String input from the user using a Scanner