0
what is an api in the context of java programming?
3 Réponses
+ 1
API specifies how software component interact. It makes it easier to develop a program by providing all the building blocks. The programmer can then use the blocks together eg Google Map API, Twitter API etc.
0
they are used to import classes and interfaces which are defined inside of the JVM.
0
Stands for Application Programming Interface