Which collection does not allow duplicates in java?
No Answer is Posted For this Question
Be the First to Post Answer
adapter class ?
Does list allow duplicates in java?
Is nullpointerexception checked or unchecked?
what is nested class in java?
What are default methods ?
How can you add and remove nodes in jtree?
Are arrays classes in java?
Can you inherit from an abstract class java?
what is AWT
Does sprintf allocate memory?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
what is the final keyword denotes in java?