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
Differentiate between run time error and syntax error.
What do negative exponents mean?
Which methods cannot be overridden in java?
What is executor memory?
What is string substring?
What is indexof in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Can finally block be used without a catch?
Can we use a switch statement with strings?
What does java stand for?
What kind of variables can a class consist?
What is set in java?
What do you understand by a Static Variable?
What is the use of predicate in java 8?
How many bits is a string in java?