Exemple d’utilisation de la fonction ‘hashCode()’ d’un String

Author:


{filelink=4433}


public class StringHashCode {

  public static void main(String[] args) {
    System.out.println("Mesexemples".hashCode());
    System.out.println("com".hashCode());
  }
}

Leave a Reply

Your email address will not be published. Required fields are marked *