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 do you mean by platform independence of Java?
Why pass by reference is not possible in java?
What is used of static keyword in java?
Is void a data type in java?
What is the purpose of interface?
How do you ensure that n threads can access n resources without deadlock?
What is a "pure virtual" member function?
What is gui programming?
What are the differences between getting and load method?
Is there a sort function in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is lossy conversion in java?
What is map java?
How will you compute size of a structure?
how to convert Java project into Maven ?