Question: ArrayList and Vector, both are ADTs that implements the List specification in JAVA. However, there are some essential differences between them. Your assignment is to
ArrayList and Vector, both are ADTs that implements the List specification in JAVA. However, there are some essential differences between them.
Your assignment is to write down those differences in a simple report, showing the specification of each one, and to implement their important methods using java and submit both classes.
PS. This assignment may need some extra research over the internet.

Deliverables File Description MS Word file A report in a text document explaining the specification for each type of ADTs listed. It is often a simple explanation of its structure, what it depends on and how its size is doubled. It is important that the differences between the two types are reported through the specification. ArrayList.java A file where you build the ArrayList according to the specification you mentioned in the report Vector.java A file where you build the vector according to the specification you mentioned in the report
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
