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
Is functional programming stateless?
Why do we use @requestmapping?
What are the components of ejb?
What is stateless programming?
Which is more beneficial: Stateful or Stateless Bean?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
Can remove() be a Stateless Session bean?
What is entity beans in ejb with example?
How to create ejb project in eclipse?
What is difference between ejb 1.1 and ejb 2.0?
What does @inject mean in java?
What is stateless and stateful?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What do you mean by ‘hot deployment’ ?
What is the purpose of ejb in java?