adspace
Differentiate Vector and ArrayList?
Answer Posted / v.kannan
Vector is synchronized where as
Arraylist is not synchronized.
In Array List there is no guarantee elements will be in
order(It will vary System to System)
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What do you mean by an interface in java?
What is the difference between break and continue statements?
Write a program to print count of empty strings in java 8?
What is parsing in java?
explain different ways of using thread? : Java thread
Realized?
What is the difference between equals() and == in java?
Write a program to find the whether a number is an Armstrong number or not?
What is java string pool?
Differentiate between static and non-static methods in java.
Explain public static void main(string args[]) in java.
Is minecraft 1.15 out?
What is a constructor overloading in java?
What is a classloader in java?
How to create a base64 decoder in java8?