6 lines
380 B
TeX
6 lines
380 B
TeX
% !TeX root = ../../main-exercises.tex
|
|
|
|
Java is an object-oriented programming language that appeared in 1995.
|
|
It still counts as one of the most dominant programming languages (as of 2025).
|
|
In order to write Java programs, one needs to install the so-called \emph{Java Development Kit (JDK)}.
|
|
Java programs can be written independently from the operating system that one uses. |