public class Result { public static void main(String args[]) { Long n = new Long(230); System.out.print(n.hashCode()); } }
230
Previous Question Next Question
Your comments will be displayed only after manual approval.