Java API: Difference between revisions

From GM-RKB
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...")
 
No edit summary
Line 1: Line 1:
 
A [[Java API]] is an [[API]] for a [[Java system]].
A [[Java API]] is a [[]] that ...
* <B>See:</B> [[Application Programming Interface]], [[Java (Programming Language)]].
* <B>See:</B> [[Application Programming Interface]], [[Java (Programming Language)]].
----
----

Revision as of 00:01, 1 February 2017

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.