LIST OF APIs

September 10th, 2006 Admin Posted in Java APIs No Comments »

THE LIST OF APIs ARE

1. The Java Developers Kit API
2. The Java Enterprise API
3. The Java Server API
4. The Java Security API
5. The Java Commerce API
6. The Java Management API
7. The Java Media APIs
8. The Java Media APIs
9. The Java Beans API

AddThis Social Bookmark Button

Java Application Programming Interfaces (APIs)

September 10th, 2006 Admin Posted in Java APIs No Comments »

Java Application Programming Interfaces (APIs) 

Sun Microsystems’ JavaSoft division, along with its partners, has defined an evolving set of Java Application Programming Interfaces (APIs). These APIs define standard classes and interfaces that you use to build your Java programs.

With these APIs, you can integrate functionality into your program by using standard, proven code that already exists. Sun Microsystems segmented the Java API into a core section and standard extensions to this core. The components of the API themselves are divided into a series of libraries. Some of the libraries contain only core components, some only standard components, and some contain a combination of both.

AddThis Social Bookmark Button