What is emant by API?
is it related to java only or it is common for all OOPS
supporting language?
Answer Posted / msraju
Java having huge no of predefined classes and interfaces we
cannot remember all of them. SunMicroSystems provided list
of classes and interfaces as an API for developers purpose.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between stringbuffer and stringbuilder?
What is a function argument in java?
What is meant by 'bit masking' in java?
What is the synchronized method modifier?
What does the exclamation mark mean in java?
What will happen if static modifier is removed from the signature of the main method?
Is java 1.7 the same as java 7?
What is a void method?
What is ellipsis in java?
Which is easier netbeans or eclipse?
What does this () mean in constructor chaining concept?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the final class?
What is tcp ip in java?
What are the major advantages of internal iteration over external iteration?