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 |
Explain the important elements of ejb?
In EBs the DB state is more consistent than SBs why?
what is the Relationship between EJB and CORBA architecture?
How can one EJB be called from within another EJB?
Write down the steps for the creation of stateless ejb.
What do you mean by ejb?
What are the differences between ejb 3.0 and ejb 2.0?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Why do we need ejb?
can u explain about design patterns like singleton,builder,factory
Can i write business logic methods in entitybean?
What are the design principles for ejb?