When is an object instantiated using the "new" keyword?
Explanation
Objects created with the "new" keyword are instantiated at run-time, meaning during the execution of the program rather than at compile-time.
Objects created with the "new" keyword are instantiated at run-time, meaning during the execution of the program rather than at compile-time.