Answer Posted / 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 |
Post New Answer View All Answers
What is the similarity between dynamic binding and linking?
Explain the difference between an Interface and an Abstract class?
What are the Static and Dynamic Variables? Differentiate them.
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is the reflection?
Why are lists ordered in java?
What is a Transient Object?
What is your platform’s default character encoding?
What is bufferedwriter?
Can a abstract class be defined without any abstract methods?
Is alive method in java?
Difference between association, composition and aggregation?
Why are parameters used in functions?