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 ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain about java sdk?
Explain the JDB in depth & command line.
Does treeset allow null in java?
Explain the reason behind ending a program with a system.exit(0)?
What is a Presistent Object?
How are variables stored in memory?
What does the “static” keyword mean?
What is the static field modifier?
Explain wrapper classes in java?
Can we declare a class as abstract without having any abstract method?
What is the difference between a method and a function in alice?
What are the library functions in java?
What is the structure of java?
What are abstract methods in java?
Explain about static nested classes in java?