Java API

From GM-RKB
Jump to navigation Jump to search

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.