Discussion :: JAVA MCQs
- Which of these operators is used to allocate memory to array variable in Java?
Answer : Option C
Explanation :
Operator new allocates block of memory specified by the size of array, and gives the reference of memory allocated to the array variable.
Be The First To Comment