What happens when the following code is compiled?

public class Performer {
    public static void main(String[] args) {
        if (args instanceof Object) { // 1 
            System.out.println("yes");
        } else {
            System.out.println("no");
        }
    }
}

Следи за CodeGalaxy

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

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