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 |
How do you allocate memory to object?
What is meant by local variable and instance variable?
What is thread pool in java with example?
how many design pattern r there? and wht design pattern u use and why ?
Tell me the difference between an applet and a Japplet?
What is use of static method?
What are constructors in java?
What's the difference between int and integer in java?
Are arrays immutable in java?
Does java support function overloading, pointers, structures, unions or linked lists?
class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
Which is better stringbuffer or stringbuilder?