What is emant by API?
is it related to java only or it is common for all OOPS
supporting language?
Answer Posted / 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 |
Post New Answer View All Answers
How will you invoke any external process in java?
Can a class be private in java?
Is java hard to learn?
What is public static void main?
What is constructor in java ?
Why java uses the concept of the string literal?
Is class forname reflection?
Can we use switch statement with strings?
What is == in java?
What is a instance variable?
What is keyword auto for?
What is the numeric promotion?
What is use of a abstract variable?
What is the need of transient variables in Java ?
What is the difference between Array and Hash Table?