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
Where can I find jdk in my computer?
What is tostring () method?
What is collections framework?
Define max and min heap, also the search time of heap.
What is the original name of java?
Is ++ operator thread-safe in java?
What are the two parts of a conditional statement?
Is string a class in java?
Is final static java?
How to restrict a member of a class from inheriting by its sub classes?
What is meant by design patterns?
Why is singleton instance static?
What is array pointers ?
Explain what are final variable in java?
What is a flag value?