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 |
Under what conditions is an object’s finalize() method invoked by the garbage collector?
what is the need to set path in java? how many ways to set path in java? Explain breif?
How 'java' got its name and what it stands for?
What is numeric function?
How do you implement singleton class?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
How do you remove an object from an arraylist in java?
what is Inheritense
What are the main differences between notify and notifyAll in Java?
What are structs in java?
Is 64bit faster than 32 bit?
What is the use of bufferedreader?