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.