Question: Which of the following is false about Java arrays and ArrayLists? Select one: a. ArrayList elements cannot be primitive types O b. It's possible

Which of the following is false about Java arrays and ArrayLists? Select one: a. ArrayList elements cannot be primitive types O b. It's possible to have a generic ArrayList of Java arrays (try to code it) c. It's possible to have a Java array of generic ArrayLists (try to code it) d. All the elements of any Java array could be assigned to a suitably declared ArrayList e. If you think more than one of the above are false, select this option
Step by Step Solution
3.50 Rating (153 Votes )
There are 3 Steps involved in it
Answer Answer C Explanation Java arrays cant hold ... View full answer
Get step-by-step solutions from verified subject matter experts
