π Edit page
β Add page
Java
Topics
Pages
Content
Key links
- π Homepage: https://www.java.com
- π Wikipedia
Tutorials
Overview
- Compiled - once across operating systems.
- Interpreted by Java Virtual Machine (JVM).
- Statically and strongly typed
- Garbage collected - so doesnβt need low level memory management like C or C++.
- Mainly Object-orientated but supports Functional Programming.