7. Java Integer Data Types (Programming in Java: Problem Solving Approach)

preview_player
Показать описание
Integer Data Types
byte: 8-bit signed integer
short: 16-bit signed integer
int: 32-bit signed integer
long: 64-bit signed integer
What is the maximum value that can be stored in a byte variable?
What is the minimum value that can be stored in a byte variable?
How many distinct values can be represented by a byte variable?
How are negative numbers stored in memory for the Byte data type?
What is the binary representation of -128 when stored in a Byte?
How are negative numbers stored in memory for the Byte data type?
Implicit Type Conversion
Explicit Type Conversion
Рекомендации по теме
visit shbcf.ru