adspace
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 is java string pool?
explain different ways of using thread? : Java thread
What is the difference between equals() and == in java?
What is the difference between break and continue statements?
What is a classloader in java?
Write a program to print count of empty strings in java 8?
What is a constructor overloading in java?
What is an object in java and how is it created?
Is minecraft 1.15 out?
What do you mean by an interface in java?
What are the differences between heap and stack memory in java?
Realized?
Explain public static void main(string args[]) in java.
What is parsing in java?
Differentiate between static and non-static methods in java.