Question: int[] empArray = new int[40]; (Java) A. empArray elements contain values of int's B. empArray contains references to int's C. empArray will not be created
int[] empArray = new int[40]; (Java)
A. empArray elements contain values of int's B. empArray contains references to int's C. empArray will not be created D. empArray has 49 elements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
