Computer Science, asked by rohithkumar5488, 1 year ago

1. State similarities and differences in between array list and vector list? State which is better?

Answers

Answered by Anonymous
0

Answer:

Explanation:

ArrayList and Vector both implements List interface and maintains insertion order. However, there are many differences between ArrayList and Vector classes that are given below. ArrayList, Vector. 1) ArrayList is not synchronized. Vector ... in runnable or non-runnable state until current thread releases the lock of the object.

Similar questions