Answer Posted / kiran
you have SET INTERFACE in COLLECTION in java . where u can
store unique elements and if u try to add duplicate elements
it will raise an error
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Is it necessary for the port addresses to be unique? Explain with reason.
Can we call the run() method instead of start()?
which pattern is default in scanner package?
What is return keyword in java?
How do you do absolute value in java?
Can set contain duplicates?
What is an object in java and how is it created?
Is there a way to increase the size of an array after its declaration?
What is the point of java?
Can we override compareto method?
What is a instance variable in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is the difference between Error, defect,fault, failure and mistake?
What is the difference between compiler and jvm?
In a container there are 5 components. I want to display all the component names, how will you do that?