Int

From Abap2Java

Revision as of 14:10, 17 February 2007; 155.56.68.221 (Talk)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
Jump to: navigation, search

ABAP

see predefined Data Type I or ABAP Dictionary Type INT4.

Java

Integral datatype.

Default 0
Size 32 Bit
Range from -2147483648 to 2147483647
int i;
i = 7;
int n = 12;

See also
Data Type, Casting, Integer