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

What transaction attributes does Java Bean containers support?

1 Answers  


Transaction Attributes? What is the use of ?RequiresNew?

1 Answers   HCL,


What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

0 Answers  


What is a local interface?

0 Answers  


ejbCreate in Entity bean and create method in EJB home, have the same parameters?

2 Answers  






How ejb invocation happens?

0 Answers  


What do you mean by ejb?

0 Answers  


What is a stateless session?

0 Answers  


Can stateful session beans are persistent?

2 Answers  


what are the influence factors of ejbLoad() & ejbStore()?

1 Answers  


what s the difference b/w EJB 2.0 and EJB 3.0 technically

2 Answers   Microsoft, Mind Tree, Tech Mahindra,


What is an ejb context?

0 Answers  


Categories