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 error in java?
Explain the importance of join() method in thread class?
What is vector capacity in java?
What are the Abstract Classes provided by Java?
What are the parts of methodology?
What is clipping?
how to create a jar file in java
What are the different types of garbage collectors in java?
Difference between java and javascript
Hi Friends, can you give difference between extending thread class and implementing runnable interface.
What is Enum in Java?
Can i have abstract class with no abstract methods?