Java: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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 =
Line 100: Line 102:
| [[java refactoring]]
| [[java refactoring]]
|-
|-
| [[java targeting platforms]]
| [[java operating systems]]
|-
|-
| [[java databases]]
| [[java databases]]

Latest revision as of 02:43, 24 June 2022