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
Зареєструйся Зараз
або Підпишись на майбутні тести