Answer Posted / srikanth
hashCode() method returns integer no assigned by jvm
ie ...it is for identifying objects in heap memory very
fastly
equals() it is for comparing addreess of objects
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Name few java util classes introduced with java 8 ?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is difference between fileinputstream and filereader in java?
What is complexity and its types?
What is a jagged array in java?
What is a parameter in matrices?
When is the finalize() called?
How can you share data between two thread in Java?
What is final variable?
Which package is imported by default?
What is hasnext in java?
Why is a singleton bad?
What is a final class ?
Can you give few examples of final classes defined in java api?
What's the purpose of static methods and static variables?