hashCode method

public class fuck5{ public static void main(String[] args){ //The hashCode method returns the hash code value of the object //The memory address of the java object gets the value of int type through the hash algorithm fuck5 t=new fuck5 (); System.out.println(t.hashCode());//366712642 } }










Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325891281&siteId=291194637