what is the difference between ArrayList and Vector
Answer Posted / dara
ArrayList is non synchronized.Vector is
synchronized.ArrayList is very fast because non
synchronized.we can specify the increment size with the
vector and with arrayList we cannot
Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Which number is denoted by leading 0x or 0x in java?
What is the difference between variable & constant?
What is a numeric digit?
What is an object class?
What is the purpose of tostring() method in java?
Which is the best approach for creating thread ?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
when you will synchronize a piece of your code? : Java thread
what are three ways in which a thread can enter the waiting state? : Java thread
What is the difference between hashset and treeset in java?
What is flag in python?
How do you generate random numbers in java?
What is regex in java?
Can a hashset contain duplicates java?