What can you tell me about the main() method?

main() is the entry point of a programmain() needs to take a string arrayEvery program needs to have a main() methodEvery class needs to have a main() method

Superb! main() is the entry point for a program and needs to take a string array. Every program needs to have it but there can't be more them.

Oh noes! main() is the entry point for a program and needs to take a string array. Every program needs to have it but there can't be more them.