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 |
Can a class have a static inner class?
What are the 8 data types in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Is java code slower than native code?
Which list does not allow duplicates in java?
Explain the overview of UDP messaging.
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
Why is stringbuffer not immutable?
Is a copy constructor?
What is an association?
What are keywords and reserved words in java?