What will be displayed by the following code?

public class test {
    public static void main(int[] args){
        System.out.println("Hi, World!");
    }

    public static void main(String... args){ 
        System.out.println("Hello, World!");
    }
}

Следи за CodeGalaxy

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

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