What Is The New Operator #1246
What is the 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.1.
What is the new operator?
Allocates memory for an object or array
Allocates memory for an object or array and returns a particular pointer
Used as return type when an object is created
Used to declare any new thing in a program