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 |
Which is bigger float or double?
Define locale.
How can a gui component handle its own events?
Write a factorial program using recursion in java?
How do you sort a string in alphabetical order in java?
describe synchronization in respect to multithreading? : Java thread
What is the use of collections in java? How it is implemented in real time applications?
What are data types in programming?
What if static is removed from main method?
What happens if a constructor is declared private?
What is an exception?
What is double word?