0

What is the difference between a library and framework??

what is the difference between jQuery and angular js

17th Sep 2017, 5:34 PM
Srinivas Chanti
Srinivas Chanti - avatar
1 Odpowiedź
+ 6
A library performs specific, well-defined operations. A framework is a skeleton where the application defines the "meat" of the operation by filling out the skeleton. The skeleton still has code to link up the parts but the most important work is done by the application. Examples of libraries: Network protocols, compression, image manipulation, string utilities, regular expression evaluation, math. Operations are self-contained. Examples of frameworks: Web application system, Plug-in manager, GUI system. The framework defines the concept but the application defines the fundamental functionality that end-users care about.
17th Sep 2017, 5:54 PM
Suresh