What is the compile-time error in this program? public class Test { public static void main(String[] args)

Question:

What is the compile-time error in this program?

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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: