Java tutorial
public class Main { public static void main(String[] args) { String str = "java2s.com"; System.out.println("Hash code of string is = " + str.hashCode()); } }