Java™ Platform, Standard Edition 8 API Specification
--
--
- public static void main(String[] args){} --> check if there's spelling mistake
- Run Configurations
--
// 1. Class Declaration
// 2. Instance Variables --> Creating an instance by a constructor.
// 3. Constructor Declaration of a Class
// 4. Method
// 定義型別 <權限修飾子> <型態> <變數>
public int(Primitive) speed
private Dogdoor(Reference) door
What does the "String[ ] args" in a Java main method actually mean?