Multiple Choice Question

Quiz Guidelines

 

QID: 
24
Tags: 
Question: 

Is it possible to create arrays of length zero?

 

Select 1 option

A. Yes, you can create arrays of any type with length zero.

B. Yes, but only for primitive datatypes.

C. Yes, but only for arrays of object references.

D. Yes, and it is same as a null Array.

E. No, arrays of length zero do not exist in Java.

Q&A Set: