Long stands for long integer. One of the eight basic types of java. You should remember eight basic types of java: Byte Short Int Long Charfloat Double Boolean.
Int is a 32-bit integer, and long is a 64-bit integer, representing the range: -2 63 ~ 2 63- 1.