Concatenating Joining Strings in Java
#############################
Video Source: www.youtube.com/watch?v=Aq5P5ylKwbA
This video walks through • 0:10 - Using the concatenation operator (+) to print strings • 1:07 - Concatenating the value of a variable a string • 2:13 - Concatenating multiple strings to keep lines of code from being too long • 2:57 - Warning about using + for addition in the middle of a string concatenation
#############################
New on site