Is nan false?
No Answer is Posted For this Question
Be the First to Post Answer
What is arraylist e in java?
Does java linked list allow duplicates?
Can we create an object of static class in java?
How to print nodes of a Binary tree?
What is binary search in java?
What is meant by overloading?
What is the use of ?this??
Are maps ordered java?
What is the difference between method and constructor ?
What is difference between static method and static variable?
What is a J2EE component? List out all the component?
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?