Which of the following is the correct entry point for a Java application?

Java Associate Easy

Java Associate — Easy

Which of the following is the correct entry point for a Java application?

Key points

  • The main method must be public and static.
  • The return type must be void.
  • The method must accept an array of strings as arguments.

Ready to go further?

Related questions