API (Application Programming Inteface)
API ( Application Programming Interface ) API stands for " Application Programming Interface ". API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Example of API : When you use an application on your mobile phone, the application connects to the Internet and sends data to a server. The server then retrieves that data, interprets it, performs the necessary actions and sends it back to your phone. The application then interprets that data and presents you with the information you wanted in a readable way. This is what an API is - all of this happens via API. To explain this better, let us take a familiar real life example. Imagine you’re sitting at a table in a restaurant with a menu of choices to order from. The kitchen is the part of the “system” that will prepare your order. What is missing is the critical link to communicate your order to the kitchen and deliver your food b...