Java: Difference between revisions

From wikinotes
No edit summary
 
Line 1: Line 1:
Java is a garbage collected language in the C/C++ family,
Java is a garbage collected language in the C/C++ family,
that does without preprocessors/header files.
that does without preprocessors/header files.<br>
Java builds to an intermediate bytecode, that is executed by one of various VMs.<br>
You must have the java runtime environment installed to execute a java program.


= Documentation =
= Documentation =

Latest revision as of 02:43, 24 June 2022