Learn Java Programming - Binary Literals

preview_player
Показать описание
Binary literals are whole numbers of the base 2 numbering system. They are a sub-grouping of the general category of integer literals. Binary literals are whole numbers that can be assigned to variables of the following data types: byte, char, short, int, and long. Binary literals begin with a 0B or 0b prefix.
Рекомендации по теме