The Objects Allocated Using New Operator #1257
The objects allocated using new operator ________________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Memory Allocation & Scope of Variable - OOPs MCQ: New Operator - Quiz No.2.
The objects allocated using new operator ________________
Are destroyed when they go out of scope
Are not destroyed even if they go out of scope
Are destroyed anytime
Are not destroyed throughout the program execution