what is mean by API ?
Please answer me.
Advance thanks.

Answers were Sorted based on User's Feedback



what is mean by API ? Please answer me. Advance thanks...

Answer / 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

what is mean by API ? Please answer me. Advance thanks...

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

Post New Answer

More EJB Interview Questions

In EBs the DB state is more consistent than SBs why?

1 Answers  


how to deploy enterprise javabeans?

2 Answers   Inforica,


What is EJB server?

0 Answers  


What is ejb application?

0 Answers  


Is it possible to share an httpsession between a jsp and ejb?

0 Answers  






abstract methods in SessionBean?

1 Answers  


Explain transaction and various methods to manage it?

0 Answers  


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?

0 Answers  


What is stateless ejb?

0 Answers  


What are the key benefits of the ejb technology?

0 Answers  


What are the design principles for ejb?

0 Answers  


Explain what is an EJB Context?

0 Answers   BirlaSoft,


Categories