Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Hash Code in Java?

Answer Posted / sheetal sikarwar

hash code is integer value that is return by JVM. when we
compare object by equals() method then this will return
hash code value of object. if this value is same that means
object's memory location is same. that meand object is same.
when we are saving object in HashSet, HashMap and HashTable
then this object will save by Dictonary class. this
Dictonary class is Abstact class that save object with hash
code value.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do we need to manually write Copy Constructor?

1087


What is data string?

1047


Can size_t be negative?

1244


What is a method signature java?

1108


What is a method declaration?

1033


how does the run() method in runnable work? : Java thread

960


What is the final keyword denotes?

1167


What is meant by javabeans?

1131


What is meant by class loader? How many types are there? When will we use them?

1008


How do you create a sop?

1046


What does isempty () do in java?

1116


What is the range of a character variable?

1041


What are the differences between heap and stack memory in java?

1102


Is a case study a method or methodology?

949


What language is pass by reference?

1067