What is API
By Ramakrishna on Sep 22, 2008 in Java API
API: Application Programing Interface
API is a “.html file” that contains description of all the features of a software/a product (or) technology.
In Java an API contains all the packages,Interfaces,Methods and Classes which can help you to write a standard java Program
