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
Are constructors methods?
What is pangram in java?
How we can make copy of a java object?
What do you mean by ordered and sorted in collections in java?
How many types of variables are there?
What are the characteristics of java?
Explain spliterator in java8?
What is the difference between Error, defect,fault, failure and mistake?
What is purpose of keyword void?
What is the list interface?
Can we use return in constructor?
Is alive and join method in java?
In how many ways we can do exception handling in java?
Difference between string s= new string (); and string s = "abv";?
What is double word?