Long.MAX_VALUE

A constant holding the maximum value a {@code long} can have, 2<sup>63</sup>-1.

class Long
static
long MAX_VALUE;

Meta