Answer Posted / srikanth
HashCode is an integer value which refers the memory location of the Object.if there is any need to compare two objects it will done by the memorylocation of that object.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is java type safe?
Differentiate between nested and inner class in java.
What does file separator do in java?
How do you change an int to a string?
Explain how to force the garbage collection in java.
Is null a string?
Does string is thread-safe in java?
What is the difference between choice and list?
How do you remove duplicates from an array in java?
Can we declare a static variable inside a method?
If two threads have same priority which thread will be executed first ?
How to implement a multithreaded applet?
What is the purpose of format function?
Is it possible to instantiate the abstract class?
Can we clone singleton object?