Este team redactor ha pasado mucho tiempo buscando para dar solución a tu pregunta, te brindamos la soluciones y esperamos serte de gran ayuda.
Ejemplo: java int a biginteger
// Primitive intint myInt =10BigInteger bigInt =BigInteger.valueOf(myInt);// Integer objectInteger integer =Integer.valueOf(myInt);BigInteger bigInt =BigInteger.valueOf(myInteger.intValue());
bigInt =BigInteger.valueOf(myInteger);// works too
Tienes la opción de corroborar nuestro trabajo dejando un comentario y valorándolo te damos las gracias.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)