What is Java API and what is its use?
Answers
Answered by
6
HEY MATE
Here is your answer
Java Application Programming Interface (API) is a list of all classes that are part of the Java development kit (JDK) . It includes all Java packages , classes, Interfaces , along with their method , fields, and constructors.
These pre-written classes provid a tremendous amount of functionality to a program
Rohitsingh9982:
I hope it help u
Answered by
1
Answer:
The java API is a library of prewritten classes, that are free to use, included in the Java Development Environment.
Explanation:
Mark as brainlest
Similar questions