The
main()
method in a
java program takes a String array argument. If you
do not use the variable args inside of
main() you
could just pass null to it. Otherwise you would need to pass a String array to the
method. However, you should not be
calling the
main()
method from inside your application.Oct 2, 2013
read more >>