Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Which class has no duplicate elements?

Answers were Sorted based on User's Feedback



Which class has no duplicate elements?..

Answer / ranganathkini

The java.util.Set interface and related implementations dont
support duplicate elements.

Is This Answer Correct ?    13 Yes 0 No

Which class has no duplicate elements?..

Answer / ramanareddy333

in java .util package there is one interface (set interface)
that interface does not allows the duplicate values.that
interface implementations class are
hashset,treeset....these classes don't allow the duplicate
values.

Is This Answer Correct ?    9 Yes 1 No

Which class has no duplicate elements?..

Answer / selvan

java.util.Set Packages, there is no dulicate elements.Bcoz
these interfaces doesn't allows the dulicate values or
elements. For example. HashMap, HashSet, TreeSet and so on.

Is This Answer Correct ?    5 Yes 1 No

Which class has no duplicate elements?..

Answer / ravikiran

HashSet

Is This Answer Correct ?    3 Yes 0 No

Which class has no duplicate elements?..

Answer / shweta

set wont allow duplicate element all the classes implementin
set interface wont allow for eg HashSet TreeSet
Hash map will allow for two different key u can have same value

Is This Answer Correct ?    3 Yes 0 No

Which class has no duplicate elements?..

Answer / neeti

the set inteface does'nt allow duplicate
elements.therefore,the add() method return false if an
attempt is made to add duplicate elements to a set.

Is This Answer Correct ?    3 Yes 0 No

Which class has no duplicate elements?..

Answer / venkatesh

Which one will not allow duplicates, is it HashMap or
HashTable? Please explain the corect answer with an
example. Thanks in advance

Is This Answer Correct ?    3 Yes 1 No

Which class has no duplicate elements?..

Answer / rajesh

hashset,treeset....these classes don't allow the duplicate
values.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

What will happen if we cannot mention "finally" in Java Program ???

3 Answers   PWC,


What do you mean by JVM?

0 Answers   Ericsson,


What is hash code collision?

0 Answers  


Difference between JVM and JRE?

3 Answers   Amdocs,


Explain the differences between static and dynamic variables?

0 Answers   Fidelity,


Why are the methods of the math class static?

0 Answers  


How many digits is int32?

0 Answers  


What is a Java Virtual Machine?

1 Answers  


What is enhanced loop in java?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


Differentiate Vector and ArrayList?

6 Answers   Max Telecom, Wipro,


What is connection class in java?

0 Answers  


Categories