Java - Integers
Types for storing integers.Java
Other pieces of example codes:int x= -12345;
byte x= -5;
short x= -1234;
long x= -82345;
You can find it in the following collections: numbers | data types
Integers in another programming language:
int x= -12345;
byte x= -5;
short x= -1234;
long x= -82345;