Name the key word that is used for allocating memory to an array
Answers
Answered by
1
Answer:
In JAVA, a new keyword is used to allocate memory of an object or array. The new object or array can be of any type. Then it return a suitable non zero pointer to the object. The new keyword is used for adding new vtable slot entries.
Similar questions