77.3k views
4 votes
Public static void main(String[] args) {

______________ . _____________ . __________________ ("Hello World");
}
}

1 Answer

2 votes

Answer:

System.out.println("Hello World");

Explanation:

This is the print command for a basic Java program.

Note: For the convenience of later answers, make sure to include the language you are referencing.

User Mcotton
by
5.5k points