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