Q1. What is the difference between ArrayList and Vector ?
Ans. Vectors is synchronized whereas ArrayList is not.
Q2. What is the package name for Vector class?
Ans.java.util
Q3. Which is the Parent Class of Vector class?
Ans.AbstractList
Q4. Which interfaces are implemented by Vector?
Ans.Serializable, Cloneable, Iterable, Collection, List, RandomAccess
Q5. Do you know of any subclass of Vector ?
Ans. Stack
Ans. Vectors is synchronized whereas ArrayList is not.
Q2. What is the package name for Vector class?
Ans.java.util
Q3. Which is the Parent Class of Vector class?
Ans.AbstractList
Q4. Which interfaces are implemented by Vector?
Ans.Serializable, Cloneable, Iterable, Collection, List, RandomAccess
Q5. Do you know of any subclass of Vector ?
Ans. Stack