Java Term of the Week: API
The Java programming language comes with a set of core classes that have been written to cover common developer needs. For example, one such package of classes is called "Swing", and it provides a set of graphical components available for use in user interfaces.
To access these core classes programmers use its API. API stands for “Application Programming Interface”. It defines how a programmer can use the functionality contained within a particular code package.


Comments
No comments yet. Leave a Comment