When is an object instantiated using the "new" keyword?

Choose the correct answer

Explanation

Objects created with the "new" keyword are instantiated at run-time, meaning during the execution of the program rather than at compile-time.

When is an object instantiated using the "new" keywo… — Java concepts and its programming | PakQuizHub