Re: Java Programming



On Tue, 30 Oct 2007 05:35:52 -0000, hellzlilangel61@xxxxxxxxx wrote,
quoted or indirectly quoted someone who said :

I want to know how i can add values to the string array arguments and
when I can do this....

normally on the command line.

you say something like this

java.exe -jar thejar.jar rose daisy petunia

where the flowers appear as a String[3] array to main.

You can also call main just as you would any other static method.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages