# Introduction The `hashCode(char ch)` method is used to return the hash code of the char value passed as the argument. It returns a unique integer value (hash code) associated with the char value passed as an argument.
Click the virtual machine below to start practicing