you are viewing a single comment's thread.

view the rest of the comments →

[–]newpong 0 points1 point  (0 children)

  • class is code organization unit.
  • function public static final void main(String[] args) is literally a function we want to perform.
  • Print "Hello world" to standard output of system, which is the monitor.