Int

From Abap2Java

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

Personal tools