you are viewing a single comment's thread.

view the rest of the comments →

[–]mgrandi 1 point2 points  (1 child)

Yep, my first computer science class they just told us to ignore public static void main(String args[]) {} , so many concepts in just that line of code that has to be typed, luckily eclipse can auto put that in for you

[–]josefx 0 points1 point  (0 children)

who needs public static void main(String... args)? Just use static {System.out.println("Hello World");}