what is mean by API ?
Please answer me.
Advance thanks.
Answers were Sorted based on User's Feedback
API is Application Programming Interface.
This contain few pre written classes and interfaces in Java
programming language which are used in the classes and the
interfaces that we create while making our customised
programs.
Since they are used and help us in programming , like the
interfaces that we can use and then add our oun code, it is
termed as API.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
What is @injectmock?
Can remove() be a Stateless Session bean?
What are the advantages of ejb components?
what is an ejb object?
5 Answers Bally Technologies, HCL, Siemens,
What is the meaning of acid in the connection of transaction management?
What is Session Bean Interface?
Define ripple effect?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
What’s new in the ejb 2.0 specification?
What does it mean to be stateless?
What are the callback annotations for the stateless bean?
Define Clone?