Analysis & Design of Algorithms
Develop ONE Java to verify that using java.util.ArrayList is more efficient than using java.util.Vector in a software application that does not involve insert, update, or delete operation.
You are required to add comments in your program to describe what your program does to verify such.