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 does a for loop work?
What is the access scope of a protected method?
What are the main uses of java?
What is a method type?
If circular link of two objects, then will it be garbage collected ?
explain the classification of exception and hoew to handle the exceptions
describe method overloading
How will you serialize a singleton class without violating singleton pattern?
What is a void return type?
Why string is called as immutable?
What is assembly language?
What is the static keyword?