JAVA OverVIEW
JAVA OverVIEW
OVERVIEW
Overview
4.) Portable
Because it is architecture- and machine-independent
Compiler written in ANSI C
5.) Robust
Java focuses on compile time errors instead of
runtime ones
6.) Interpreted
The source code translated into byte code
Byte code is translated on the fly to native machine code
and instructions
Overview
7.) Distributed
Java was designed for distributed environment of the internet
~ it is quite important in the 21th century
For example: big data, cloud