`arr` is just a variable name used here to represent the ArrayList object containing Strings.
Variable declaration: The process of creating a variable by specifying its type and name.
Object reference/variable assignment: Storing the memory address of an object in a variable so that it can be accessed later.
The region in which a variable is visible and accessible within a program.