Notes
A 64-bit number that doesn’t include a decimal point. Longs have a minimum value of -263 and a maximum value of 263-1. Use this data type when you need a range of values wider than the range provided by Integer.
Here's a brief example:
Long l = 2147483648L;
Video
Video does not exists.