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
Is a method a procedure?
Explain about procedural programming language or structured programming language and its features?
Is vector synchronized in java?
What is sorting in java?
What is a bubble sort in java?
What is difference between this and super keyword?
How to do encapsulation in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is deserialization?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
How to split a string in java?
What will happen when using pass by reference in java?
Can a class have 2 constructors?
Can a class have multiple subclasses?
What is wrapper class html?