Title :
Portable applications in current computing [Java]
Author_Institution :
Dept. of Comput. Sci. & Eng., Czech Tech. Univ., Prague, Czech Republic
Abstract :
In 1996, a new phenomenon in computer programming emerged-the Java language and its system support. The language was originally designed by Sun developers for small embedded applications. The idea behind it was to create an object-oriented language, simpler than C++, that would be more reliable and provide higher portability. Although its current success is bound to the specific application (viz. programming of Web applets), Java opened a wide area of portable distributed applications to end users. Java is based on considerable experience with programming in C++. Java has a neater object-oriented structure than C++ had. Some programming constructions have been dropped (pointers, multiple inheritance, operator overloading), which improved the reliability. Some other constructions have been added to support multithreading and thread synchronization, exception handling and communication. The main issue of the Java design was portability: the method used to eliminate differences between target processors is a particular intermediate language called bytecode. Bytecode has a well-documented format, independent of any target machine. Although bytecode can serve as a machine code for a specialized stack-oriented processor, it can be interpreted by an interpreter running on a target machine (the virtual machine), or translated into the machine code of a target machine by a just-in-time compiler.
Keywords :
"Computer applications","Portable computers","Java","Web server","Application software","Computer science","Programming","Sun","Multithreading","Yarn"
Conference_Titel :
Information Technology Applications in Biomedicine, 1997. ITAB ´97., Proceedings of the IEEE Engineering in Medicine and Biology Society Region 8 International Conference
Print_ISBN :
0-7803-4318-2
DOI :
10.1109/ITAB.1997.649426