1. Java is an extension of HTML.
Java 跟 HTML 完全是兩回事。
2. Java is an easy programming language to learn.
沒有任何像 Java 這麼強大的語言是容易的。
寫來玩當然容易,寫來用的可就沒那麼容易了。
3. Java is an easy environment in which to program.
SDK 一點也不方便,除非你很習慣用 command line。要方便就要使用 IDE。
但是使用你慣用的 純文字編輯器 來開始學 Java 是 入門 Java 最好的方式。
4. Java will become a universal programming language for all platforms.
"This is possible, in theory, and it is certainly the case that every
vendor but Microsoft seem want this to happen" 這句話有意思,所以我
把它抄出來...^_^。但是每個語言有每個語言的優點,Java 不見得是最好的選
擇。
5. Java is just another programming language.
Java 是不錯的程式語言。好的語言非常多,但是不一定會被廣為使用,一個語言
要成功需要很多環境的配合。Java 在 server 上的成功是因為把以前難做的事情
變的簡單了,比如說網路和多執行緒。後面這句話也很好玩,我也把它節錄下來。
"This is an important point that one vendor in particular -- who sees
~~~~~~~~~~ 強調 one 喔∼∼
portable libraries as a thread -- try to ignore, by 'just a programming
language' and by supplying a system that uses a derivative of Java and
a proprietary and nonportable library."
6. Java is interpreted, so it is too slow for serious application on a specific platform.
Java 的確沒有 C++ 快,不過隨著 JIT 的使用,速度已經漸漸提升到可以接受的
範圍。而 Java 的其它特質,讓它在網路服務的實作上特別有利。
7. All Java programs run inside a Web page.
一看就知道是屁話。改成 All Java applets run inside a Web browser. 還
差不多。
8. Java applets are a major security risk.
或許 Applet 可能還有安全問題,但是想想 ActiveX 和 Word .... 。
書中舉了一個比喻,如果被惡意的 Applet 攻擊的風險有如因為飛機失事的死亡
風險,那打開 Word 檔案而被感染的風險就好像徒步穿越交通繁忙的高速公路的
死亡風險。
9. JavaScript is a simpler verison of Java.
說過幾百遍了,這兩個一點關係都沒有!!!JavaScript 原來是叫做 LiveScript
的,連名稱都扯不上關係。
10. You should use Java instead of Perl for CGI scripting.
嗯∼∼書中是說,不但不要用 perl 來寫,而且不要寫 CGI 了,用 Servlet
比較好。這個我覺得看各人啦,不過大多的狀況應該是沒錯。
11. Java will revolutionize client-server computing.
書中說,這是可能的,那我們就拭目以待吧。
12. Java will allow the component-base model of computing to take off.
要看 component 是指什麼而言。EJB 確實比 ActiveX 有潛力。
13. With Java, I can replace my computer with a $500 "Internet appliance".
500 當然是指美金。我想這是很有可能的.....作者: evilxxxx 時間: 2013-9-21 10:52:56