The new operator must then be used to create the object and associate it with its variable name:

The new operator must then be used to create the object and associate it with its variable name:



Answer: objectIdentifier = new ClassName();


Learn More :