You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pierre T. edited this page Jan 12, 2015
·
2 revisions
An API (Application Programming Interface) is a standardized set of classes, interfaces and annotations providing a facade by which a Framework or library provides services/features. It can be seen as a usage contract for services between developers and users. Enterprise stacks provide through all their Frameworks a coherent set of APIs.
In the Java world, these APIs are often available through their javadoc (software provided by Oracle that reads the source code and produces HTML documentation reflecting the API).