java - Vector vs. ArrayList which is better? -


possible duplicate:
why java vector class considered obsolete or deprecated?

which type better use , how choice right type (memory usage, execution...)?

as per question vector considered "obsolete", use arraylist instead.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -