Thread: main method
View Single Post
  #1 (permalink)  
Old 12-17-2007, 10:05 AM
eva eva is offline
Member
 
Join Date: Dec 2007
Posts: 49
eva is on a distinguished road
main method
Hi,

I am new to Java and new to this forum as well.

The signature of main method is

Code:
public static void main(String[] args) { ... }
It takes a String array as input. But when I run the application, I do not supply any arguments to my application. Even then program runs fine. How this is done?

- PEACE
Reply With Quote
Sponsored Links