Java
In what wa ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
In what ways can 28 be represented in java?
034
0X1C
0x1c
0X1c
Explanation
If the number in java starts with
0
, the number is in octal (base8) numeral system. And 034 == 28.
If the number starts with
0x
, the number is in hexadecimal (base 16) numeral system. And 0x1C == 28
Number literals in java are case insensitive.
numbers
Integer
numeral systems
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
What is the result of the following code execution? int...
What will be the output of the following code? (JDK version >= 1.5) ...
What will be the result of compilation and execution of the following code: ...
Mark the answer choices in which the pairs are equal to each other (2 correct an...
What will be printed out as a result of the following code execution? ...
Тести з
J
ava
Приєднуйся і вивчай Java
або
Дізнайся більше про
Тести з Java онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
int i = Integer.MAX_VALUE + 10; What is th...
What happens after the following code is compiled and run: ...
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати