Java Programming Language
Java Programming Language
Programming Language
Essential Training
Principles of Java
Simple, object-oriented, and familiar
Robust and secure
Architecture-neutral and portable
High-performance
Interpreted, threaded, and dynamic
Runtime Architecture
Java is an interpreted language
It compiles to bytecode instead of machine
language
The compiled application is portable
between
Platforms without recompiling.
Memory management
and
garbage collection