Java: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
(3 intermediate revisions 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 66: Line 68:
|-
|-
| [[java loops]]
| [[java loops]]
|-
| [[java exceptions]]
|-
|-
|}
|}
Line 76: Line 80:
| [[java input/output]]
| [[java input/output]]
|-
|-
| [[java system]]
| [[java processes]]
|-
| [[java exceptions]]
|-
|-
| [[java datetime]]
| [[java datetime]]
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