How to eliminate duplicates from an array?
Answer Posted / manju
by using HashSet(Collection name)
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
Where is the find and replace?
What are the steps in the jdbc connection?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is difference between == and === in js?
Why can we not override static method?
What is bigger kb or mb?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Can we have a method name same as class name in java?
Define interface in java?
Is boolean a wrapper class in java?
Can we use return in constructor?
What state does a thread enter when it terminates its processing in java programming?
How do you convert bytes to character in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
Difference between collection, collection and collections in java?