Glossaria.net

Glossary Java / Term

int

A Java programming language keyword used to define a variable of type integer. The bit representation of int is 32 bits wide and can hold values in the range -2,147,483,648 to 2,147,483,647.

Permanent link int - Creation date 2022-01-03


< instanceof Glossary / Java interface >