Concatenation refers to combining two or more strings together to create a new, longer string.
String Literal: A sequence of characters enclosed in double quotes, used for assigning values to variables.
Length(): A method that returns the length (number of characters) of a given string.
CharAt(): A method that returns the character at a specific index position within a string.