How does Vector implement synchronization?
Answer Posted / srinu
By default Vector class are Thread safe,thus all methods of
vector class are synchronized
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is the difference between logical data independence and physical data independence?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is method reference in java?
What is difference between final and finally in java?
Can we serialize singleton class?
explain what is transient variable in java?
What is an immutable class? How to create an immutable class?
When is an object subject to garbage collection?
What is method in java ?
List some java keywords sun like c, c + + keywords?
What is the size of string?
Explain abstract class in java?
How do you reverse a list?
What is the maximum size of hashmap in java?
Explain aggregation in java?