Whats the difference between API n IDE? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

Whats the difference between API n IDE?

Give me details

25th Jun 2019, 7:28 PM
dnl@pc🇧🇷
dnl@pc🇧🇷 - avatar
2 Respuestas
+ 1
API provide a communication layer between applications. e.g Google Maps API, as a location service when write a programming for find how many banks around IDE is a Set of resources ( editor, debugger, library, file explorer, etc) for programming. e.g NetBeans is used for creating a program from the scratch API(developed) + JAVA(under development) = two integrated programs IDE(developed) + Java (under development ) = second program generated by the first one
20th Jul 2019, 8:08 PM
dnl@pc🇧🇷
dnl@pc🇧🇷 - avatar