what is the difference between ArrayList and Vector
Answer Posted / devarathnam
Hi...
ArrayList is not synchronized(not Thread-safe)but Vector is
Synchronized(Thread-safe)
ArrayList gives u better performance than Vector
Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
how to write a server program and sending the mails to the server using smtp protocol please help me
What are streams?
How many types of array are there?
Difference between final and effectively final ? Why is effectively final even required ?
Can a list be null in java?
What is meant by JVM? Is JVM platform independent or not?
Enlist few advantages of inheritance?
How is java hashmap implemented?
What is string args [] in java?
Write a java program to check if a number is prime or not?
What is a static class in java?
What is a heavyweight component?
What is the use of java?
What is jit and its use?
Is math an abstract class in java?