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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -