Question: Can you help me with this java question! Question 3 (1 point) Some of the more common operations that a List ADT should support are
Question 3 (1 point) Some of the more common operations that a List ADT should support are Add an item to the list at the end of the list All of the above O Delete an item from a list at a specific position Delete an item with a specific value from a list Add an item to the list at a specific position Save Question 4 (1 point) If a List is implemented with an array, which of the following are false? The List object must be created with some specific size for the array that will store the list elements All List elements will be stored contiguously in memory. Insertion of an item at a specific position in the list will require shifting some items in the list up one spot to make room for the new item. Deletion of an item at a specific position in the list will require that the array entry at the specified position be set to null. Save
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
