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 are the main differences between the java platform and other platforms?
Differences between external iteration and internal iteration?
What is jit compiler in java?
How do you remove duplicates in java?
How to compare two strings in java program?
How many types of gc are there in java?
What is e in java?
What is a method type?
What is the preferred size of a component in java programming?
Why does abstract class have constructor?
What is functional interface in java?
Define interface in java?
What is difference between iterator and enumeration in java?
What is the static method?
Can we convert integer to string in java?