Computer Applications
What is the purpose of the new operator?
Java Classes
ICSE 2006
41 Likes
Answer
The purpose of new operator is to instantiate an object of the class by dynamically allocating memory for it.
Answered By
25 Likes
What is the purpose of the new operator?
41 Likes
The purpose of new operator is to instantiate an object of the class by dynamically allocating memory for it.
Answered By
25 Likes