9

Understanding the usage of

public static void main (String... args)

Comments
  • 1
    Public means its accessible from any class. Static means it only exists once in memory. Void means it has no return-type.
    Please correct me if im wrong.
  • 2
    Like... Really...?
Add Comment