StringBuilder: A mutable alternative to String for manipulating character sequences efficiently.
Substring:A portion of a string extracted based on its starting and ending indices.
Concatenation: Combining two strings into one by joining them end-to-end.