| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/AvinandanBose/JavaCollectionFramework/main/hashcodeDemo2.java | [Back] [Original] |
public class hashcodeDemo2 {
public static void main(String[] args) {
String i = "A";
String j = "B";
String k = "C";
System.out.println(i.hashCode());
System.out.println(j.hashCode());
System.out.println(k.hashCode());
}
}
| Web Proxy Viewer | New URL | Original Page |