Java API: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- __NOTOC__" to "---- __NOTOC__") |
m (Text replacement - ". ----" to ". ----") |
||
Line 1: | Line 1: | ||
A [[Java API]] is an [[API]] for a [[Java system]]. | A [[Java API]] is an [[API]] for a [[Java system]]. | ||
* <B>See:</B> [[Scala API]], [[Java (Programming Language)]]. | * <B>See:</B> [[Scala API]], [[Java (Programming Language)]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 18:39, 17 September 2021
A Java API is an API for a Java system.
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/List_of_Java_APIs Retrieved:2017-1-31.
- There are two types of Java Programming Language Application Programming Interfaces (APIs):
- the official CORE Java API, contained in the Android (Google), SE (OpenJDK and Oracle), MicroEJ (IS2T). These packages (java.* packages) are the core Java language packages, meaning that programmers using the Java language had to use them in order to make any worthwhile use of the java language.
- optional APIs that can be downloaded separately. The specification of these APIs are defined according to many different organizations in the world (Alljoyn, OSGi, Eclipse, JCP, E-S-R, … ).
- The following is a partial list of Application Programming Interfaces (APIs) for Java.
- There are two types of Java Programming Language Application Programming Interfaces (APIs):