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 are the key features of the ejb technology?
What is session bean?
How does ejb invocation take place?
Define ACID Properties?
Does spring use ejb?
Can EJB made to handle multiple transactions?
What is remote interface in ejb?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What is jar, war, and ear?
can u explain about design patterns like singleton,builder,factory
What is enterprise javabeans (ejb) container?
What is @injectmock?
Can remove() be a Stateless Session bean?
What is software architecture of ejb?
Why should we use ejb?