What is Vector?Can you elaborate how Vector is Thread safe?
Answer Posted / aruna
Vector is a class in collection framework which omplements
list interface.It is one of the legacy classes in
collection FW.As all the methods in the vector class are
synchronised it is thread safe.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
how to open and edit XML file in Weblogic???
What is the difference between preemptive scheduling and time slicing?
What does percent mean in java?
Differences between external iteration and internal iteration?
What is widening and narrowing in java? Discuss with an example.
Give an example of use of pointers in java class.
What is casting in java programming?
Is null a string in java?
How are multiple inheritances done in Java?
What does this () mean in constructor chaining concept?
What is the relationship difference the canvas class and the graphics class?
What are bind parameters?
What do you understand by overloading and overriding in java?
Write a program to print the pattern given below
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?