The "new" keyword is used to create an instance (or object) of a class. In this case, it creates a new instance of the String class.
new String cheat sheet for homework
An instance or occurrence created from a class that has its own set of attributes and behaviors.
A special method used to initialize objects when they are created using the "new" keyword.
Stores memory addresses where objects are stored rather than directly containing their values.