Dear Gian If you are very new on programming and you are not familiar with classes and objects,I suggest that you follow the course to know much more about these keywords because they are related to Object Oriented and Classes concepts which are essential in modern programming. the link to the course www.javapassion.com that if you didn't join the course already. the Sun java tutorial contains helpful explanations too.
yours. On Fri, Aug 21, 2009 at 11:07 PM, Robert McElligott <[email protected]>wrote: > 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 >> >> >> > > > > -- Abbas Zaini --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
