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
How many bits is a boolean?
How many types of methods are there?
Can you inherit from an abstract class java?
How to reverse a string in java?
What is the difference between heap and stack memory?
What is arrays fill in java?
How many types of memory areas are allocated by JVM in java?
What is an empty list in java?
Are arrays classes in java?
What is the purpose of using javap?
What is difference between module and function?
Is arraylist dynamic in java?
Can you give names of Container classes?
Can we define private and protected modifiers for the members in interfaces?
Does a function need a return?