If set accepts only one argument then how can it compare
two objects to avoid duplicates
Answer Posted / manju kt
using "this" keyword
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is thread life cycle?
How does arraylist work in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is threaded programming and when is it used? : Java thread
What methods are used in Servlet?Applet communication?
What is java dot?
What is the use of list in java?
Whats the difference between notify() and notifyall()?
What’s the difference between the methods sleep() and wait()?
How does callback work in java?
How use .contains in java?
What are the 4 types of research methods?
What does int argc char * argv [] mean?
How does multithreading take place on a computer with a single cpu in java programming?
Implement a stack with push (), pop() and min() in O(1) time.