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 components of ejb?
Define Context?
What are the benefits of ejb?
What is an entity manager?
What are the advantages of ejb?
Explain ejbhome and ejbobject in ejb?
What is @enableautoconfiguration?
What is mdb?
How does ejbs work?
Name the attributes of javax.ejb.stateful.
Explain transaction and various methods to manage it?
How many types of session beans are available in ejb?
Is microservice stateless?
How does the server decide which beans to passivate and activate?
What is the difference between session and entity beans? When should I use one or the other?