Java hashcode method

The hashcode method

The hashcode method of String class returns the hashcode of the object.

Syntax of hashcode

Following is the syntax of Java hashcode:

Strex.hashcode();

Where Strex is a string object.

Example of using the hashcode method

The example below displays the hashcode of the string_example class by using the hashcode Java method.


Experience this online

The output will be:

The Strex hashcode is: -1986680760

Was this article helpful?

Related Articles

Leave A Comment?