what is mean by API ?
Please answer me.
Advance thanks.
Answer Posted / kanu butani
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 |
Post New Answer View All Answers
What is session bean?
How does ejbs work?
What is ejb and its uses?
Which is the only method defined in the javax.ejb.handle interface?
Match the ejb functions given below with the functionality equivalent in sql?
Why do we need ejb?
What are ejb containers?
What do you mean by in-memory replication?
Why should we use ejb?
What is an ejb context?
What are the key benefits of the ejb technology?
What are the attributes of transaction in ejb?
How to invoke ejb from java client?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Is ejbCreate() method mandatory while defining a Session Bean?