About this document
Understanding Java Technology Basics by Ermias is a document available to read on EtoBox.
Java is both a programming language and platform. As a language, it is simple, object-oriented, distributed, integrated, robust, architecture neutral, and multithreaded. Source code is compiled to bytecode, which runs on the Java Virtual Machine (JVM) and is platform independent. The Java platform includes the JVM and Java API libraries. Key aspects of the Java language include comments, whitespace, identifiers, literals, operators, and variables/data types.
- Author
- Ermias
- Language
- EN