is set interface synchronized by default???

Answers were Sorted based on User's Feedback



is set interface synchronized by default???..

Answer / niranjan

No.

Is This Answer Correct ?    19 Yes 1 No

is set interface synchronized by default???..

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

Post New Answer

More Core Java Interview Questions

If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great

2 Answers   KPIT,


What is meant by packages?

4 Answers  


is JVM platform dependent or independent..?

11 Answers   IBM, Tech Mahindra,


is it possible to add a object in a HASHMAP

6 Answers   HCL,


Explain Basics of OOP Language in java

0 Answers   Atos Origin,






What is stack example?

0 Answers  


How to use scanner in java?

1 Answers  


Write a function to print Fibonacci series and Tribonacci series?

0 Answers   Hexaware,


What are the 8 primitive data types in java?

0 Answers  


What is assembly used for?

0 Answers  


Is it possible to instantiate the abstract class?

0 Answers  


Is array an object in java?

0 Answers  


Categories