Differentiate Vector and ArrayList?
Answer Posted / pranab dutta
Vector is synchronized
Arraylist is not synchronized.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the 6 functions?
What is runtime polymorphism or dynamic method dispatch?
What is the purpose of using java.lang.class class?
Explain the difference between protected and default access.
What is the difference between a method and a procedure?
Which sorting algorithm is best in java?
give an example for encapsulation?
What is the purpose of the enableevents() method?
How will you load a specific locale?
Explain what access modifiers can be used for variables?
What is wrapper class html?
How do you trim a space in java?
Does java set allow duplicates?
Which is the best sorting technique in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?