What is emant by API?
is it related to java only or it is common for all OOPS
supporting language?

Answers were Sorted based on User's Feedback



What is emant by API? is it related to java only or it is common for all OOPS supporting language..

Answer / msraju

Java having huge no of predefined classes and interfaces we
cannot remember all of them. SunMicroSystems provided list
of classes and interfaces as an API for developers purpose.

Is This Answer Correct ?    0 Yes 0 No

What is emant by API? is it related to java only or it is common for all OOPS supporting language..

Answer / abcd

API: Application Progammable Interface.

An interface used to work with the application objects.

API 's are platfiorm specific. Sun MicroSystems has its own
API package specified for the jdk x.x

Microsoft wil have its own API....If you are using the
java ..then java based API..will support all the OOPS by
default.

Is This Answer Correct ?    0 Yes 1 No

What is emant by API? is it related to java only or it is common for all OOPS supporting language..

Answer / varsha

applet

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More Core Java Interview Questions

What are the different approaches to implement a function to generate a random number?

0 Answers   Axtria, ITC Indian Tobacco Company,


Explain some best practices you would apply while using collection in java?

0 Answers  


can any one tell me what is advantage of encapsulation

2 Answers  


Why Over riding is Run Time Polymorphism?

3 Answers   Genpact,


What is the difference between Object and Instance?

5 Answers   TCS,






Can java object be locked down for exclusive use by a given thread?

0 Answers  


How Vector class is synchronized,How to build user defined class as synchronized?

0 Answers  


Why main method is static in java?

0 Answers  


what is difference between String buffer and String builder?

5 Answers   Benchmark,


Does java set allow duplicates?

0 Answers  


What is JVM ?

4 Answers   Phantom Technologies, TCS,


What is jvm? How its run?

0 Answers  


Categories