Java tutorial
import java.math.BigInteger; public class Main { public static void main(String[] args) { BigInteger numberB = BigInteger.TEN; } }