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 static keyword?
Which is faster set or list in java?
What is the difference between serial and throughput garbage collector?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Why do we need data structure in java?
Do you know how to reverse string in java?
Is array a class?
What is rule of accessibility in java?
What is a Presistent Object?
What is busy spin, and why should you use it?
Can a constructor call another constructor?
What is skeleton and stub?
Which variable is the independent variable?
Why main method is static in java?
What do you mean by order of precedence and associativity?