Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

What is the difference between library and framework?

we say jquery is javascript library and angular is a javascript framework. what is library and what is framework? what can be done with library and what can be done using framework. is framework a language?
by

1 Answer

sandhya6gczb
A library is a collection of objects, functions,or methods depending on the language used. It is a reusable code usually shared among multiple applications.
A framework can be everything used for software deployment. It can be a collection of a library, a collection of scripts, or any piece of software to create an application.
For example, jquery is a library and bootstrap is a framework

Login / Signup to Answer the Question.