Что будет выведено на экран следующим кодом?

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!");
    }
}
Explanation
Get an explanation when it's available:

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
Java quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes