Which of these operators is used to allocate memory to array variable in Java?
(a) malloc
(b) alloc
(c) new
(d) new malloc
This question was addressed to me at a job interview.
The above asked question is from Arrays topic in section Data Types, Variables and Arrays of Java