Java BigInteger TEN

Syntax

BigInteger.TEN has the following syntax.

public static final BigInteger TEN

Example

In the following code shows how to use BigInteger.TEN field.


import java.math.BigInteger;
/*w ww  .  j  a  v  a2s  .c o  m*/
public class Main {
  public static void main(String[] args) {
    BigInteger numberB = BigInteger.TEN;

  }
}




















Home »
  Java Tutorial »
    java.math »




BigDecimal
BigInteger