码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2011年5月24日

摘要: Common Misconceptions about JavaWe close this chapter with a list of some common misconceptions about Java, along with commentary.1.5 关于Java的常见误解在结束本章之前,我们列出了一些关于Java的常见误解,同时给出了解释。Java is an extension of HTML.Java is a programming language; HTML is a way to describe the structure of a web page. They 阅读全文
posted @ 2011-05-24 23:16 海山 阅读(141) 评论(0) 推荐(0)

摘要: Java Applets and the InternetThe idea here is simple: Users will download Java bytecodes from the Internet and run them on their own machines. Java programs that work on web pages are called applets.To use an applet, you only need a Java-enabled web browser, which will execute the bytecodes for you. 阅读全文
posted @ 2011-05-24 16:32 海山 阅读(216) 评论(0) 推荐(0)