第十三章 錯誤處理
Handling Errors 例外回報 int [] a=… Read more »
Handling Errors 例外回報 int [] a=… Read more »
Inheritance[ɪnˋhɛrɪtəns] 先看下面的… Read more »
類別Class 在Java進階的說明中, 可以很明確的說, … Read more »
目的 一長串的程式碼中, 常有某些部份的功能是一樣的, 或者… Read more »
While 迴圈 語法 : while(條件式){} whi… Read more »
陣列簡介 當我們要記錄10個學生的分數時, 可能要宣告如下 … Read more »
if/else結構 基本樣式 if(布林值){ //true… Read more »
宣告, 實例, 初始化物件 物件藉由參考來存取, 是由類別實… Read more »
變數宣告 Java屬於強型語言, 所以在使用變數之前一定要宣… Read more »
程式的定義 什麼叫程式?? 其明確的定義如下 : 1. 一行… Read more »