• Page Versions
Key:  additions   deletions
Showing 2 pages
Date/Time Made By Edit Note Type Scope
Aug 29 2007, 3:19 AM EDT swangs
 
edit 18 words added
Change: IF考試重點:注意IF結構、判斷部份混用短路、判斷式一定要是boolean值(e.g. boolean b = true 雖然不好,但是這合法)SWITCH考試重點:continue和break用法、fall through、default不一定要放在最後面for迴圈考試重點:提早結束迴圈可以用break,return,System.exit(),加強版for迴圈特別設計簡化陣列或集合,會走過所有元素,要注意宣告變數的型別Try and Catch考試重點:try後面至少要有catch或finally、catch要一個接一個,中間不可以夾雜其他程式碼、error不用丟,也不用處理、呼叫的函式丟出exception則呼叫該函式的函式也要丟出或處理該exceptionAssertion考試重點:如何啟動和關閉assertion、assert在1.3和1.4以上使用作識別字或關鍵字的差異   View changes from previous version. (Word count: 25)
Aug 22 2007, 6:35 AM EDT jefflinweb
 
create No content added or deleted.