How define set in java?
Answer / Kunwar Akram Ali
In Java, you can define a Set using one of the Set interfaces such as HashSet, TreeSet, or LinkedHashSet. These sets store unique elements and do not allow duplicates.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ide with example?
State differences between C and Java?
1 Answers Deloitte, JPMorgan Chase,
how to call One constructor from another;
Can we extend the String class?
what is run time polymorphism
How does arraylist work in java?
What is skeleton and stub? What is the purpose of those?
What do you mean by thread safe?
What is immutable class in java?
Java is Pass by Value or Pass by Reference?
Can we declare an array without size in java?
Explain runtime exceptions?