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 happens if constructor is private?
What are reference variables in java?
Do we have pointers in java?
How to perform selection sort in java?
Whats the difference between notify() and notifyall()?
What is difference between final and finally in java?
How many wrapper classes are there in java?
What is size () in java?
Can we write a class without main method in java?
Is java developer a good career?
What are drawbacks of singleton class?
What is independent and dependent variables in research?
What is the difference between pass by reference and pass by pointer?
Does list maintain insertion order java?
What is == in java?