英文原文:
The Java programming language and platform have emerged as major technologies for performing e-business functions. Java programming standards have enabled portability of applications and the reuse of application components across computing platforms. Sun Microsystems' Java Community Process continues to be a strong base for the growth of the Java infrastructure and language standards. This growth of open standards creates new opportunities for designers and developers of applications and services .
Applications of Java
Java uses many familiar programming concepts and constructs and allows portability by providing a common interface through an external Java Virtual Machine (JVM). A virtual machine is a self-contained operating environment, created by a software layer that behaves as if it were a separate computer. Benefits of creating virtual machines include better exploitation of powerful computing resources and isolation of applications to prevent cross-corruption and improve security.
The JVM allows computing devices with limited processors or memory to handle more advanced applications by calling up software instructions inside the JVM to perform most of the work. This also reduces the size and complexity of Java applications because many of the core functions and processing instructions were built into the JVM. As a result, software developers no longer need to re-create the same application for every operating system. Java also provides security by instructing the application to interact with the virtual machine, which served as a barrier between applications and the core system, effectively protecting systems from malicious code.
Among other things, Java is tailor-made for the growing Internet because it makes it easy to develop new, dynamic applications that could make the most of the Internet's power and capabilities. Java is now an open standard, meaning that no single entity controls its development and the tools for writing programs in the languag
Java已成为执行电子商务功能的关键技术,其编程标准确保了应用程序的可移植性和组件重用。Java虚拟机(JVM)作为自我包含的操作环境,允许资源的有效利用并隔离应用程序以增强安全性。Java的开放标准为开发者创造了新的机会,同时它的安全特性通过与虚拟机交互保护系统免受恶意代码的侵害。此外,Java适用于互联网应用的开发,便于创建充分利用互联网潜力的动态应用。

7028

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



