Preface
THE Java programming language was originally called Oak, and was desiged for use in embedded consumer-electronic applications by James Gosling. After several years of experience with the language, and significant contributions by Ed Frank, Patrick Naughton, Jonathan Payne, and Chris Warth it was retargeted to the Internet, renamed, and substantially revised to be the language specified here. The final form of the language was defined by James Gosling, Bill Joy, Guy Steele, Richard Tuck, Frank Yellin, and Arthur van Hoff, with help from Graham Hamilton, Tim Lindholm, and many other friends and colleagues.
The Java programming language is a general-purpose concurrent class-based object-oriented programming language, specifically designed to have as few implementation dependencies as possible. It allows application developers to write a program once and then be able to run it everywhere on the Internet.
Java最初名为Oak,由James Gosling设计用于嵌入式消费电子产品。经过多年发展并得到多位贡献者的帮助,它被重新定位为互联网应用的语言,并更名为Java。这是一种通用的并发类面向对象的编程语言,旨在减少实现依赖,使开发者能够编写一次并在任何地方运行。
666

被折叠的 条评论
为什么被折叠?



