物件導向程式設計
|
2.5 Separators in Java |
|
||||||||||||||
|
授課教師:陳慶瀚 WWW : http://www.miat.ee.isu.edu.tw/java E-mail : pierre@isu.edu.tw |
|
||||||||||||||
Separators help define the structure of your program. The separators used in HelloWorld are parentheses, ( ), braces, { }, the period, ., and the semicolon, ;. The table lists the five Java separators (eight if you count opening and closing separators as two).
|
||||||||||||||||
物件導向程式設計 義守大學電機系 陳慶瀚 2001.10.02 |