What is the Set interface?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
Set interface is the one which will provide convinience
methods to add the objects which contains no duplicates.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vijayakumar chinnasamy
Set is an interface in java.util package.Set does not allow
duplicate values but using set we can easily sort the
elements in ascending order using treeset.
| Is This Answer Correct ? | 1 Yes | 0 No |
How is final different from finally and finalize?
what is the J2EE BluPrints?
Explain JMS in detail.
What is double parsedouble in java?
What are the types of literals?
How are the elements of a gridbaglayout organized?
Break statement can be used as labels in java?
Can you extend main method in java?
What do you mean by default constructor in java?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
What is difference between public static and void?
Can we make constructors static?