what is mean by API ?
Please answer me.
Advance thanks.
Answer Posted / anil rajesh
An application programming interface (API) is a source code
based specification intended to be used as an interface by
software components to communicate with each other. It may
include specifications for routines, data structures, object
classes, and variables. It can take many forms, including an
International Standard such as Posix or vendor documentation
such as the Microsoft Windows API, or the libraries of a
programming language, e.g. Standard Template Library in C++
or Java API.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is EJB server provider?
Enlist the CallBack methods of Session Bean?
Explain the concept of connection pooling feature of ejb container?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What is the use of @resource?
What is EJB server?
Should services be stateless?
What is ejb in java with example?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is ejb and its types?
How ejb invocation happens?
What is enterprise javabeans (ejb) container?
Which is more beneficial: Stateful or Stateless Bean?
How to import ejb project in eclipse?
Can remove() be a Stateless Session bean?