_______________ is used to allocate memory to array variable in Java
Answer options
A
malloc
B
new
C
alloc
D
calloc
Correct answer: new
Explanation
Quick AnswerThe correct answer is new because it directly addresses the core logic of Java Programming.
Correct answer: new.