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
How is consistency maintained by Stateful Session through transaction updates ?
Can EJB made to handle multiple transactions?
Is ejb a framework?
How does ejb invocation happens?
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 are the attributes of transaction in ejb?
What is stateless ejb?
Is microservice stateless?
List some key actors in persistence api.
Why is ftp stateful?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
Is state maintained by a Stateless bean?
What is the difference between Session bean and Entity bean?one?
can we stop the execution of a method before completion?