convert an int to a long code example Example: int to long java Long l= new Long(i); //first way Long l2=Long.valueOf(i); //second way