Valdosta State University

Write a java method called display() that will accept an ArrayList as a reference parameter. Assuming that the ArrayList contains zero or more String objects, write the code that will display the contents of the ArrayList. ................
................