0 votes
in JAVA by
What is api in java?

1 Answer

0 votes
by

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 pre-written classes provide a tremendous amount of functionality to a programmer.

Related questions

0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
+1 vote
asked Feb 18, 2020 in JAVA by rahuljain1
...