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 null data type?
When is the garbage collection used in Java?
C and C++ has constructors and distructors, why does Java does not have distructors?
Can I extend singleton class in java?
Why do we use threads in java?
What does next mean in java?
Explain the difference between runnable and callable interface in java?
How do you set security in applets?
Can we declare an array without size in java?
Define inheritance with reference to java.
What is polymorphism java example?
What are the differences between this and super keyword?