Question: please assist me thank you so much in advance
Suppose taht aList and bList are instances of jaa.util.ArrayList.
Use TWO ITERATORS to find and show all the objects that are common to both lists.
Do not alter the contents of either list. Prepare the segment of code assuming that the objects are of type String.
Describe each and every question in depth with examples.