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 array command?
How to change value in arraylist java?
What are the types of web technologies?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is byte value?
How are variables stored?
What are the fileinputstream and fileoutputstream?
What is the difference between access specifiers and access modifiers in java? 16
What does provide mean construction?
What is a default constraint?
How to check if linked list contains loop in java?
What is the difference between final, finally and finalize() in java?
What are alternatives to java serialization?
What is meant by bytecode?
Why declare Main() inside the class in java ?