0
What is standalone program
2 Respuestas
+ 11
A program that runs without the need of specific 3rd-party threads, libraries, languages, plug-ins…… something that is self-dependent…
+ 1
a program that can be executed without having to install an interpreter or an engine.
eg
- a compiled application (eg a .exe on windows) is stand alone
- scripts such as python needs the python interpreter so are not standalone
- java need the java engine so not stand alone.