how big is an int code example
Example 1: how manz bytes int
An int has a size of 4 bytes
Example 2: big integer java
import java.math.BigInteger;
BigInteger f = new BigInteger("1");
An int has a size of 4 bytes
import java.math.BigInteger;
BigInteger f = new BigInteger("1");