Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Emily Diaz   on Jul 14 In Java Category.

  
Question Answered By: Frederick Greene   on Jul 14

In java, the syntax of the main  method is with array of strings as parameter
though you may not use it always. It helps in passing information to an
application at runtime. It let users affect the operation of the application
without recompiling it. In your case, main method  is like any other method since
it does not comply with the java  syntax.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on command line parameters Or get search suggestion and latest updates.


Tagged: