How does Vector implement synchronization?
Answer Posted / bln
Vector class by defualt is thread safe, thus all methods of
Vector class are synchronized.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is final?
what is the use of bean managed and container managed with example?
Explain the difference between an Interface and an Abstract class?
What is a map? What are the implementations of map?
How to do encapsulation in java?
Write a function to find out longest palindrome in a given string?
Can this keyword be used to refer static members?
What is super?
When is an object subject to garbage collection?
Why is string builder not thread safe?
How to compare two strings in java program?
What are the types of web technologies?
What are the main differences between notify and notifyAll in Java?
What is constructor in java ?
What are the differences between Java 1.0 and Java 2.0?