0

what is java API?

6th Sep 2019, 2:49 AM
aastha pandey
aastha pandey - avatar
2 Answers
+ 10
In simple words Api have pre-written class and method that helps programmer to write efficient code and reduce boilerplate code.
6th Sep 2019, 7:42 AM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
0
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, and interfaces,along with their methods, fields,and constructors.These prewritten classes provide a tremendous amount of functionality to a programmer. A programmer should be aware of these classes and should know how to use them. More details, https://resources.saylor.org/wwwresources/archived/site/wp-content/uploads/2013/02/CS101-1.3.5.3-Java-Application-Programming-Interface-API-FINAL.pdf
6th Sep 2019, 2:55 AM
Uchiha Itachi
Uchiha Itachi - avatar