What is Vector?Can you elaborate how Vector is Thread safe?
Answer Posted / srilatha
Vector is synchronized and thread safe
it allows one thread can access at a time
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What are the differences between graph and tree?
Explain importance of throws keyword in java?
What is a condition in java?
What is passing by reference in java?
What does jre stand for?
How an object is serialized in java?
Is java code slower than native code?
What is the difference between iterator and list iterator?
What are the restrictions imposed by a Security Manager on Applets?.
What is the difference between array list and vector in java?
what is a green thread? : Java thread
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is the maximum size of arraylist in java?
Why do we use regex?
What is the difference between a local variable and an instance variable?