Java Vector
Java Vector is the implementation class to the List interface. It is almost equivalent to the ArrayListimplementation class except the synchronization , Java Vector is thready safety ( Synchronized class). Stack is the child class to Vector class. Vector doesn’t comes under general purpose implementation classes , Vector class is also known to be called as Legacy class because it is introduced in…
View On WordPress


















