Computer Science, asked by divyanshsingh1979123, 7 months ago

name the four kinds of java integer data types

Answers

Answered by Anonymous
11

The standard Java integer data types are:

byte 1 byte -128 to 127.

short 2 bytes -32,768 to 32,767.

int 4 bytes -2,147,483,648 to 2,147,483,647.

long 8 bytes -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

Answered by sharmasaniya960
0

Answer:

Four kinds of java integer data ...

Explanation:

Integers can be specified in four different notations in Java,,,

Decimal

octal

hexadecimal

Binary

hope its helps uu

Similar questions