Java API: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "Category:Concept __NOTOC__" to "__NOTOC__ Category:Concept") |
m (Text replacement - "---- __NOTOC__" to "---- __NOTOC__") |
||
Line 14: | Line 14: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Revision as of 13:46, 8 March 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):