1. Home
  2. Computing & Technology
  3. Java

API

By Paul Leahy, About.com

Definition: API stands for “Application Programming Interface”. An API is the definition of how a programmer can access the functionality contained within a code library.
Examples:

Java comes with many code libraries that provide pre-written functionality for programmers. For example, Swing is a user interface code library:

import javax.swing.*;

Swing’s API provides the access to the graphical components in Swing.

Glossary:

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Explore Java
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Java
  4. Java Glossary
  5. A
  6. Definition for the term: API>

©2009 About.com, a part of The New York Times Company.

All rights reserved.