What is the result of the following code execution?

Boolean b = new Boolean("Hello");
System.out.println(b);
Explanation
The constructor creates an object with a value of true, only if the given string matches, insensitive, with the '"true". In all other cases, the object is created with a value of false.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты