Can I invoke a java method other than main(String[]) from the command line?
main(String[])
No, that is not possible.
Please see the Java language specification
http://java.sun.com/docs/books/jls/second_edition/html/execution.doc.html
Ofcourse applets and servlets and other technologies may have different starting points.