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
Why we use protected in java?
What is the use of toarray () in java?
What are green threads in java?
What is the properties class?
What is anagram in java?
What is the difference between the final method and abstract method?
What are the 3 types of control structures?
If a variable is declared as private, where may the variable be accessed?
How a variable is stored in memory?
How do you take thread dump in java?
What is difference between filereader and bufferedreader?
Can we instantiate interface in java?
Which variable is the independent variable?
What happens if main method is not static?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?