You can assign _________ to a variable of Object[] type.
a. new char[100]
b. new int[100]
c. new double[100]
d. new String[100]
e. new java.util.Date[100]
de Primitive data type array is not compatible with Object[].
Computer Science & Information Technology
You might also like to view...
People have been writing modern computer programs since the ____.
A. 1940s B. 1950s C. 1960s D. 1970s
Computer Science & Information Technology
The action or actions that occur within a loop are known as a(n) ____.
A. loop body B. action body C. loop internals D. structure body
Computer Science & Information Technology