Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 12
and
Version 13
of
Java_Lab1
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 1, 2010, 1:49:05 PM (
15 years
ago)
Author:
jazz
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Java_Lab1
v12
v13
21
21
{{{
22
22
#!java
23
class HelloWorldApp {
// 若 public 類別名稱為 HelloWorldApp 因此程式原始碼檔名必須為 HelloWorldApp.java
23
class HelloWorldApp {
// 未註明時預設為 private 類別
24
24
}}}
25
25
* 驗證一:試著把 HelloWorldApp.java 更名為 HelloWorld.java 然後重新編譯。結果:會過!!因為是 private 類別 ~