Question
What is the use of hashcode in Java ?

Answers

Hashcode is used for bucketing in Hash implementations like HashMap, HashTable, HashSet etc. The value received from hashcode() is used as bucket number for storing elements. This bucket number is the address of the element inside the set/map. when you do contains() then it will take the hashcode of the element, then look for the bucket where hashcode points to and if more than 1 element is found in the same bucket (multiple objects can have the same hashcode) then it uses the equals() method to evaluate if object are equal, and then decide if contain() is true or false, or decide if element could be added in the set or not.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What's Purchase and selling of foreign currency?
  • Q What causes the earth's oblateness?
  • Q If an attorney interrupts you before you finish your answer, you should (A)Stop answering (B)Keep answering (C)Inform him or her that you have not completed your answer
  • Q Are variable frequency drives phase sensitive?
  • Q What is biodegradation? Explain the various factors affecting the biodegradation of xenobiotic compounds
  • Q A class without a method can be run by JVM if its ancestor class has main. True/False?
  • Q Why does IIS 5.0 stop serving ASP pages?
  • Q What types of holidays do you prefer?
  • Q Chandigarh is situated 114 km southwest of ___.
  • Q Define Alosteric Control Of Enzymes
  • Q What are the commonalities between pig and hive?