if two references are having same hash codes,is that means
those are refering to same object?
Answer Posted / rajender
i agree with anuradha answer.but we can implement hashcode
method.in case of strings they implemented hashcode
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens when I use / and % with a negative numerator?
Can we have try without catch block?
What are keywords in java?
Is cout buffered?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
How do you sort in descending order in java using collections sort?
How to create a thread in java?
What is the collection interface?
what do you mean by java annotations?
Can you use abstract and final both with a method?
What class of exceptions are generated by the java run-time system?
Is null a value?
What is the program development process?
State some advantages of java?