| Author |
What is API?
|
Srikanth Adepu
Greenhorn
Joined: Oct 16, 2008
Posts: 2
|
|
|
What is this API and what does this contain?
|
 |
Ove Lindström
Ranch Hand
Joined: Mar 10, 2008
Posts: 326
|
|
API is short for Application Programming Interface. (See http://en.wikipedia.org/wiki/API) Since you are not telling us witch API you are talking about, we can't tell you what it contains.
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9950
|
|
|
for example, here is a java api. It shows you all the objects and their methods you can use. A good place to start would be the Math class. You'll see some general stuff about the class, and then the specific methods you can call, what parameters the methods take, what they do, and what they return.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: What is API?
|
|
|