+ 5
what does API means?if we are not familier with Javascript then we'll not be able to understand the concept of API?
9 Antworten
+ 22
API : Application Programming Interface
1) What is an API?
API is a contract. A promise to perform described services when asked in specific ways.
2) How is it used?
According to the rules specified in the contract. The whole point of an API is to define how it's used.
3) When and where is it used?
It's used when 2 or more separate systems need to work together to achieve something they can't do alone.
+ 12
@kundan You are welcome
+ 11
@navneet I am so glad to read that ☺
+ 7
@hasan Your explanation was really GREAT ! Thank you, I had the same query.
+ 2
it means Application Programme Interface.
+ 1
On the third do you mean like to achieve something with HTML, CSS, and JavaScript?
+ 1
Every programing language has an API. A programmer chooses his/her language looking at the API.
+ 1
Application Programming Interface
0
thank you hasan for clarifying our doubt, actually I have that doubt too