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
What happens if main method is not static?
Can set contain duplicates?
what is use of functional interface in java 8?
What one should take care of, while serializing the object?
Why is java called the platform independent programming language?
what is the difference between preemptive scheduling and time slicing? : Java thread
How do you find the independent variable?
Can you override static methods?
What does snprintf return?
What is the difference between jdk and jre?
What is wrapper class html?
What is java Applet?
what happens when a thread cannot acquire a lock on an object? : Java thread
What data structures are used to perform recursion?
Why is inheritance used in java?