Type | Size | Range |
---|---|---|
byte | 1 byte | -128 to 127 |
short | 2 byte | -32768 to 32767 |
int | 4 byte | -2147483648 to 2147483647 |
long | 8 byte | -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 |
class Test
{
Variable declaration;
Method declaration:
}
interface Test
{
variable declaration;
method declaration;
}