Java API: Difference between revisions
Jump to navigation
Jump to search
(Created page with " A Java API is a [[]] that ... * <B>See:</B> Application Programming Interface, Java (Programming Language). ---- ---- ==References== === 2017 === * (Wiki...") |
m (Text replacement - ". ----" to ". ----") |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[Java API]] is an [[API]] for a [[Java system]]. | |||
* <B>See:</B> [[Scala API]], [[Java (Programming Language)]]. | |||
---- | ---- | ||
---- | ---- | ||
==References== | |||
== References == | |||
=== 2017 === | === 2017 === | ||
* (Wikipedia, 2017) | * (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/List_of_Java_APIs Retrieved:2017-1-31. | ||
** There are two types of [[Java (programming language)|Java Programming Language]] [[Application programming interface|Application Programming Interfaces (APIs)]]: | ** There are two types of [[Java (programming language)|Java Programming Language]] [[Application programming interface|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. | *** 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, | *** 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 interface|Application Programming Interfaces]] (APIs) for Java. | ** The following is a partial list of [[Application programming interface|Application Programming Interfaces]] (APIs) for Java. | ||
---- | ---- | ||
__NOTOC__ | |||
[[Category:Concept]] | [[Category:Concept]] | ||
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):