How to eliminate duplicates from an array?
Answer Posted / gajendra
using hash map or treeset of collection framework
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What do you mean by thread safe?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is are packages?
How thread scheduler schedule the task?
What type of variable is gender?
What are local variables?
What are the new features in java 8?
What are sets in java?
How do you clear a list in java?
How to convert string to byte array and vice versa?
What is the length of a string?
How do you use equal in java?
How do you calculate square roots?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Explain jvm, jre, and jdk?