[solved] – Question 71178
Write a Java program to
• create a new array list, add some colors (string) and print out the collection.
• insert an element into the array list at the first position.
• retrieve an element (at a specified index) from a given array list.
• update specific array element by given element.
Expert Answer
OR

