is set interface synchronized by default???
Answers were Sorted based on User's Feedback
Answer / jan
by default not possible.
But we can use syncronizedSet(obj of set)
Like Collections.synchronizedSet(set).
| Is This Answer Correct ? | 3 Yes | 1 No |
What is an class?
transaction attributes ?
What is finalize() function in java?
Where the CardLayout is used?
Which list does not allow duplicates in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is the use of conditional statement?
Explain the difference between arraylist and linkedlist in java?
What is java virtual machine? Explain
How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
What is difference between static class and normal class?
What is t in parametric equations?