Question: Write a Java program to create an ArrayList and apply the following operation: a . Add and display the following elements in the ArrayList object:
Write a Java program to create an ArrayList and apply the following operation:
a Add and display the following elements in the ArrayList object: Google, Apple, Amazon, Facebook, Twitter, and Oracle.
b Update the rd element in the above list by Microsoft
c Remove the last element from the list of objects.
d Check whether an element is available on the list
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
