Java Technology Components
Java technology comprises three major components – the Java programming language, the Java interpreter or Java Virtual Machine (JVM), and the Java platform.
TheJava programming languageis a state-of-the-art, object – oriented language.
Its syntax is like that of the C language. It is easily learned, extremely powerful, and prohibits many types of programming errors.
The Java Virtual Machine (JVM), or Java interpreter, executes the compiled Java applications. One or more JVMs are available for every major computing platform. Sun Microsystems distributes free JVMs for its proprietary Solaris systems and for Windows platforms. JVMs are, also, available for Linux, MacOS, and Unix platforms.
The Java platformconsists of a set of predefined classes organized into packages which are extensions to the basic Java language. These packages provide graphics, graphical user interface (GUI), input/output, networking, and security. While the Java language proper seldom changes, the platform changes with every new release.
Java Technology vs. C++
The Java language is often considered to be a descendent of the C++ language. Some wags call the Java language “C++--++”, meaning that the Java language consists of C++ minus some troublesome features plus some new features.
C++ is compiled to machine language, making it non- portable in that it must be recompiled on every target platform.
On the other hand, compiled Java code can be run on any Java platform without recompilation.
C++ uses pointers to refer to memory locations. Pointers can be directly manipulated by C++ programmers, often resulting in catastrophic programming errors. Java references, on the other hand, cannot be used in pointer arithmetic, effectively eliminating an entire class of errors in C and C++ programs.
C++ requires the programmer to manage memory by allocating and deallocating chunks of memory for program use. Java technology handles memory management automatically.
Early on, C++ programs were faster than Java applications; because, whereas C++ is compiled to machine language, Java applications run on a software interpreter or virtual machine.
The words to the text:
exponential экспоненциальный, показательный
growth рост
to initiate начинать
goal цель
via через
unreliability ненадежность
to set out намереваться, собираться
originally изначально
proof доказательство
viability жизнеспособность
to perform делать, создавать
to enliven оживлять, разнообразить
to appear появляться
familiar знакомый
to contribute способствовать, содействовать
inheritance унаследование (свойств), последствие
to execute выполнять
portable портативный
to distribute распределять, распространять
binary двойной, двоичный
to incorporate объединять
security безопасность
to prohibit запрещать
proprietary собственный
extension расширение
descendent происходящий
wag шутник
to refer ссылаться
to eliminate устранять, исключать
entire весь, целый