Skip to content

Opening book details…

About this document

Java: Robustness and Security Overview is a document available to read on EtoBox.

Java is an object-oriented programming language that is architecture neutral, portable, high-performance, multithreaded, dynamic, interpreted, and robust. It has features such as simple syntax similar to C++, but differs in that it uses single implementation inheritance, interfaces, automatic memory management via garbage collection, and strong security features. Java code is compiled to bytecode that runs on a Java virtual machine, providing portability between systems.

Language
EN