Differentiate Vector and ArrayList?
Answer Posted / chinmay
vector is a legacy class but ArrayList is a collection class
vector is synchronized where as ArrayList is not
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What happens if we override private method?
What is assembly language?
What are the changes in java.io in java 8 ?
What is static block?
What is the difference between normal report & matrix report?
What are peerless components?
What is the association?
How to create com object in Java?
What are selection structures?
What best practices should you follow while writing multithreaded code in java?
Can we extend a class with private constructor?
What is the use of isempty in java?
How many types of parsers are there?
What is regex in java?
Which data type is class in java?