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
What is java util list?
What is a text string?
What is internal iteration in java se 8?
What are the differences between string and stringbuffer?
Can we clone singleton object in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Differentiate between static and non-static methods in java.
What is the purpose of a parameter?
What are the drawbacks for singleton class?
Difference between string, string builder, and string buffer?
Are generics important java?
What is the use of default method in interface in java?
What is an infinite loop?
What is command line argument
In a container there are 5 components. I want to display the all the components names, how will you do that one?