In this article we will discuss about what is the difference between framework and library in the programming environment. Before start to discuss differences, we will look up what is the meaning of framework and library. If you are programmer you definitely have some programming language knowledge. But when we develop some software we use pure programming language to develop this software it will become more complex process. In that moment this framework and library comes to the picture. You can use framework and library for easily create your software application. It will reduce large amount of code lines but gives the same output like pure programming codes.

The simple term both framework and library are reusable code line that written by someone. It helps to slove some technical problems easier way other than the large process.
Now we discuss about what is the difference between these frameworks and libraries in programming. Simply library is free environment that you can change the code line with some few rules. But in framework it is have more restricted rules in the environment. If you want to doe some changes this process is little bit difficult. In library you can call to the library and do what ever you want. But in framework, framework will call to the codes and if you can change the code with high amount of rules.

Let’s i will explain the difference briefly using some simple example. Think if you are boy in school or university you are student in school or university environment you are in high set of rules you can’t do whatever you wants in school or university. But in home compare than university or school you can’t do lot of things you want within the few rules. Like that scenario school act as a framework it wil control you with some restricted rules. And home will act as a library it can do lot of things you want within few amount of simple rules.

So i think now you can get a better understanding about what is framework and what is library and what is the main difference between this two. If you can comment in your idea related to this article in the below comment section. Also you can read my other articles on this. Good bye !