Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > data type > Java data type > Java primitive data type > int
Next Java primitive data typelong    UpJava primitive data type    Previous Java primitive data typefloat   

int
subjectfact 
intcan use basic arithmetic operators +, -, *, / and %link: chapter2section2.8.html#578, 2001-08-30 14:56:00.0
is a subtopic of The Basics of Java2001-08-30 14:56:00.0
is an instance of Java primitive data type2001-08-30 14:56:00.0
requires 32 bitslink: chapter2section2.8.html#568, 2001-08-30 14:56:00.0
see also int^22001-08-30 14:56:00.0
see also Integerlink: chapter2section2.8.html#612, 2001-08-30 14:56:00.0
Java primitive data typehas part Java primitive data type name2001-08-30 14:56:19.0
is normally used instead of wrapper class instances for arithmetic2001-08-30 14:56:19.0
data abstractiongroups the pieces of data that describe some entity, so that programmers can manipulate that data as a unit2001-08-30 14:55:09.0
helps a programmer to cope with the complexity of data2001-08-30 14:55:09.0
hides the details of data2001-08-30 14:55:09.0