/Java_0_to_1_Hahow

Java程式語言從0到1

Primary LanguageHTML

certification

Java8 API Documents

Java™ Platform, Standard Edition 8 API Specification

Compilers Online

CodingGround

JavaOnlineCompiler

repl.it

--

--

Reason:

  1. public static void main(String[] args){} --> check if there's spelling mistake
  1. Run Configurations

eclipse_run_configuration

--

Defining a class in Java

// 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 

Something Else Here

What does the "String[ ] args" in a Java main method actually mean?