public keyword - other classes can access the main method static - this keyword means the the method can be called directly from other classes (don't need to create an object first) void - means the method does not return any values
Hope this helps Bob On Fri, Aug 21, 2009 at 3:42 PM, Gian-Gabriel Cappuccio <[email protected]>wrote: > Hello > I am just starting programming Java, and would like to know what do the > words "static" and "void" mean in "public static void main(String[] args)" > > Thank you! > > GIAN > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
