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 the difference between an interface and an abstract class?
What is the difference between the paint() and repaint() methods in java programming?
What are benefits of java?
What is exception propagation?
What are Normalization Rules? Define Normalization?
What are the ways in which a thread can enter the waiting state?
What is final?
Explain java coding standards for constants?
What about interthread communication and how it takes place in java?
What are exception handling keywords in java?
What are the main uses of this keyword?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What are the drawbacks for singleton class?
What is the list interface in java programming?
What is the meaning of I ++ in java?