What is emant by API?
is it related to java only or it is common for all OOPS
supporting language?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the purpose class.forname method?
Are functions objects in java?
What is difference between string and new string?
Does constructor be static?
What's the access scope of protected access specifier?
could you run the java program without main method?
what is the constructor and how many types of constructors are used in java?
What is the format of Inner Class after it compiled?
What will be the initial value of an object reference which is defined as an instance variable?
What are the different types of sorting in java?
Can an interface be final?
Add a value x to array from index l to r where 0 <= l <= r <= n-1