毕业论文外文翻译-J2ME和Java领域.doc
《毕业论文外文翻译-J2ME和Java领域.doc》由会员分享,可在线阅读,更多相关《毕业论文外文翻译-J2ME和Java领域.doc(15页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、原文Java 2 Micro Edition and the World of Java1 Introduction The computer revolution of the 1970s increased the demand for sophisticated computersoftware to take advantage of the ever-increasing capacity of computers to process data.The C programming language became the linchpin that enabled programme
2、rs to buildsoftware that was just as robust as the computer it ran on.As the 1980s approached, programmers were witnessing another spurt in the evolutionof programming language. Computer technology advanced beyond the capabilities of the C programming language. The problem wasnt new. It occurred pre
3、viously and caused the demise of generations of programming languages. The problem was thatprograms were becoming too complicated to design, write, and manage to keep up with the capabilities of computers. It was around this time that a design concept based on Simula 67 and Smalltalk (from the late
4、1960s) moved programming to the next evolutionary step. This was the period when object-oriented programming (OOP), and with it a new programming language called C+, took programmers by storm.In 1979, Bjarne Stroustrup of Bell Laboratories in New Jersey enhanced the C programming language to include
5、 object-oriented features. He called the language C+. (The + is the incremental operator in the C programming language.) C+ is truly an enhancement of the C programming language, and it began as a preprocessor language that was translated into C syntax before the program was processed by the compile
6、r.Stroustrup built on the concept of a class (taken from Simula 67 and Smalltalk), from which instances of objects are created. A class contains data members and member functions that define an objects data and functionality. He also introduced the concept of inheritance, which enabled a class to in
7、herit some or all data members and member functions from one or more other classesall of which complements the concepts of object-oriented programming. By 1988, ANSI officials standardized Stroustrups C+ specification.2 Enter JavaJust as C+ was becoming the language of choice for building industrial
8、-strength applications, another growth spurt in the evolution of programming language was budding, fertilized by the latest disruptive technologythe World Wide Web. The Internet had been a well-kept secret for decades before the National Science Foundation (who oversaw the Internet) removed barriers
9、 that prevented commercialization. Until 1991 when it was opened to commerce, the Internet was the almost exclusive domain of government agencies and the academic community. Once the barrier to commercialization was lifted, the World Wide Webone of several services offered on the Internet became a v
10、irtual community center where visitors could get free information about practically anything and browse through thousands of virtual stores.Browsers power the World Wide Web.A browser translates ASCII text files written in HTML into an interactive display that can be interpreted on any machine. As l
11、ong as the browser is compatible with the correct version of HTML and HTTP implementation, any computer running the browser can use the same HTML document without having to modify it for a particular type of computer, which was something unheard of at the time. Programs written in C or C+ are machin
12、e dependent and cannot run on a differentmachine unless the program is recompiled. The success of the Internet gave renewed focus to developing a machine-independent programming language. And the same year the Internet was commercialized, five technologists at Sun Microsystems set out to do just tha
13、t. James Gosling, Patrick Naughton, ChrisWarth, Ed Frank, and Mike Sheridan spent 18 months developing the programming language they called Oak, which was renamed Java when this new language made its debut in 1995. Java went through numerous iterations between 1991 and 1995, during which time many o
14、ther technologists at Sun made substantial contributions to the language. These included Bill Joy, Arthur van Hoff, Jonathan Payne, Frank Yelin, and Tim Lindholm. Although Java is closely associated with the Internet, it was developed as a language for programming software that could be embedded int
15、o electronic devices regardless of the type of CPU used by the device. This is known as the EmbeddedJava platform and is in continuous use today for closed systems.The Java team from Sun succeeded in creating a portable programming language, something that had eluded programmers since computers were
16、 first programmed. Their success, however, was far beyond their wildest dreams. The same concept used to make Java programs portable to electronic devices also could be used to make Java programs run on computers running Microsoft Windows, UNIX, and Macintosh. Timing was perfect. The Internet/intran
17、et had whetted corporate Americas appetite for cost-effective, portable programs that could replace mission-critical applications within the corporation. And Java had proven itself as a programming language used to successfully develop machine-independent applications.3 Java Virtual MachineWriting J
18、ava programs is similar to writing C+ programs in that the programmer writes source code that contains instructions into an editor, or in an integrated developmentenvironment, and then the source code is compiled. However, thats where Java and C+part ways. The compiling and linking process of a C+ p
19、rogram results in an executablethat can be run on an appropriate machine. In contrast, the Java compiler converts Javasource code into bytecode that is executed by the Java Virtual Machine (JVM).Machine-specific instructions are not included in bytecode. Instead, they already reside in the JVM, whic
20、h is machine specific. This means that the bytecode might contain fewer instructions that need to be translated than a comparable C+ program.A lthough the Java compiler generates bytecode that must be interpreted by the JVMat run time, the number of instructions that need translation are usually min
21、imal andhave already been optimized by the Java compiler.4 Back to the Future: J2MERemember that Java began as a programming language to create programs for embedded systemsmicrocomputers found in consumer and industrial products such as those used to control automobiles and appliances. The developm
22、ent team at Sun worked on Java in the early 1990s to address the programming needs of the fledgling embedded computer market, but that effort was sidetracked by more compelling opportunities presented by the Internet.As those opportunities were addressed, a new breed of portable communications devic
23、es opened other opportunities at the turn of the century. Cell phones expanded J 2 M E : T h e C o m p l e t e R e f e r e n c e from voice communications devices to voice and text communications devices. Pocket electronic telephone directories evolved into personal digital assistants. Chipmakers we
24、re releasing new products at this time that were designed to transfer computing power from a desktop computer into mobile small computers that controlled gas pumps, cable television boxes, and an assortment of other appliances.The time was right for the next evolution of Java. However, instead of be
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 毕业论文 外文 翻译 J2ME Java 领域
限制150内